Creates the tool separator with a given name.
Syntax
'Declaration
Public Overloads Shared Function CreateSeparator( _
ByVal As String _
) As ToolSeparator
public static ToolSeparator CreateSeparator(
string
)
Parameters
- name
- Name of the separator
Return Value
Created separator
See Also