Command Properties
Represents a command.| Name | Description |
|---|---|
| CommandSourceType | Gets or sets the type of the object which invokes the command. |
| Description | Gets the text description of a command. |
| HideDisabled | Gets or sets whether the object to which the command is attached is hidden, if the command is disabled. |
| Image | Gets an image associated with the command. |
| KeyTip | Gets a key tip associated with the command. |
| LargeImage | Gets a larger image associated with the command. |
| MenuCaption | Gest the menu caption associated with the current command. |
| ShowsModalDialog | Indicates whether a command invokes a modal dialog when executing. |
| SupportsImage | |
| SvgImage |
See Also