Mini SQL Query Extensibility Documentation
AddToolStripCommand<(Of <(TCommand>)>) Method (index)
NamespacesMiniSqlQuery.CoreIHostWindowAddToolStripCommand<(Of <(TCommand>)>)(Nullable<(Of <(Int32>)>))

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

Adds a command based button to the tool strip by index.
Declaration Syntax
C#Visual BasicVisual C++
void AddToolStripCommand<TCommand>(
	Nullable<int> index
) where TCommand : new(), ICommand
Sub AddToolStripCommand(Of TCommand As {New, ICommand}) ( _
	index As Nullable(Of Integer) _
)
generic<typename TCommand>
where TCommand : gcnew(), ICommand
void AddToolStripCommand(
	Nullable<int> index
)
Generic Template Parameters
TCommand
The command implementation to direct the name, image etc of the new tool strip item.
Parameters
index (Nullable<(Of <(Int32>)>))
The position for the tool strip button, if null the item is appended to the end.

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