Namespace: CleanCode.GeneralComponents.Support
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public CommandElement( string command, string shortcut, ToolStripItem toolStripItem )
Parameters
- command
- Type:
System String
The command.
- shortcut
- Type:
System String
The shortcut.
- toolStripItem
- Type:
System.Windows.Forms ToolStripItem
The tool strip item.
See Also