Overload List
Name | Description | |
---|---|---|
CommandElement(String, String) |
Initializes a new instance of the CommandElement struct without a tooltip.
| |
CommandElement(String, String, String) |
Initializes a new instance of the CommandElement struct with a tooltip.
| |
CommandElement(String, String, ButtonBase) |
Initializes a new instance of the CommandElement struct
with a ButtonBase.
| |
CommandElement(String, String, ToolStripItem) |
Initializes a new instance of the CommandElement struct
with a ToolStripItem.
| |
CommandElement(String, String, String, ButtonBase) |
Initializes a new instance of the CommandElement struct
with a tooltip and a ButtonBase.
| |
CommandElement(String, String, String, ToolStripItem) |
Initializes a new instance of the CommandElement struct
with a tooltip and a ToolStripItem.
|
See Also