Mini SQL Query Extensibility Documentation
AddToolStripSeperator Method (index)
NamespacesMiniSqlQuery.CoreIHostWindowAddToolStripSeperator(Nullable<(Of <(Int32>)>))

[This is preliminary documentation and is subject to change.]

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: 0.9.9.0 (0.9.9.0)