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

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