Initializes a new instance of the CommandElement struct
with a tooltip and a ButtonBase.
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, 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