Initializes a new instance of the CommandElement struct
with a tooltip and a ToolStripItem.
Namespace: CleanCode.GeneralComponents.SupportAssembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public CommandElement( string command, string shortcut, string tooltip, ToolStripItem toolStripItem )
Parameters
- command
- Type: System String
The command.
- shortcut
- Type: System String
The shortcut.
- tooltip
- Type: System String
The tooltip.
- toolStripItem
- Type: System.Windows.Forms ToolStripItem
The tool strip item.
See Also