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, string tooltip, ButtonBase buttonBase )
Parameters
- command
- Type:
System String
The command.
- shortcut
- Type:
System String
The shortcut.
- tooltip
- Type:
System String
The tooltip.
- buttonBase
- Type:
System.Windows.Forms ButtonBase
The button.
See Also