The CommandElement type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| 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) | ||
| CommandElement(String, String, ToolStripItem) | ||
| CommandElement(String, String, String, ButtonBase) | ||
| CommandElement(String, String, String, ToolStripItem) |
Methods
| Name | Description | |
|---|---|---|
Indicates whether this instance and a specified object are equal.
(Inherited from | ||
Allows an (Inherited from | ||
Returns the hash code for this instance.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the fully qualified type name of this instance.
(Inherited from |
Properties
| Name | Description | |
|---|---|---|
| CommandDescription |
Gets or sets the command.
| |
| CommandToolTip |
Gets or sets
a tooltip to attach to the command description when it is displayed.
| |
| Component |
Gets or sets a Component used to render the shortcut.
| |
| Shortcut |
Gets or sets a textual representation of the keyboard shortcut for the command, if any.
|
See Also