Mini SQL Query Extensibility Documentation
AddToolStripSeperator Method (index)
NamespacesMiniSqlQuery.CoreIHostWindowAddToolStripSeperator(Nullable<(Of <(Int32>)>))
Adds a seperator to the tool strip by index.
Declaration Syntax
C#Visual BasicVisual C++
void AddToolStripSeperator(
	Nullable<int> index
)
Sub AddToolStripSeperator ( _
	index As Nullable(Of Integer) _
)
void AddToolStripSeperator(
	Nullable<int> index
)
Parameters
index (Nullable<(Of <(Int32>)>))
The position for the seperator, if null the item is appended to the end.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)