[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for M:MiniSqlQuery.Core.CommandControlBuilder.CreateToolStripButton``1]
| C# | Visual Basic | Visual 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()
- TCommand
[Missing <returns> documentation for M:MiniSqlQuery.Core.CommandControlBuilder.CreateToolStripButton``1]