Mini SQL Query Extensibility Documentation
CreateToolStripButton<(Of <(TCommand>)>) Method
NamespacesMiniSqlQuery.CoreCommandControlBuilderCreateToolStripButton<(Of <(TCommand>)>)()()()
Creates a tool strip button given the TCommand definition.
Declaration Syntax
C#Visual BasicVisual C++
public static ToolStripButton CreateToolStripButton<TCommand>()
where TCommand : new(), ICommand
Public Shared Function CreateToolStripButton(Of TCommand As {New, ICommand}) As ToolStripButton
public:
generic<typename TCommand>
where TCommand : gcnew(), ICommand
static ToolStripButton^ CreateToolStripButton()
Generic Template Parameters
TCommand
The type of the command.
Return Value
A tool strip button

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