Adds a command based button to the tool strip by index.

Declaration Syntax
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: 1.0.0.0 (1.0.0.0)