Skip to main content

Command Properties

Serves as a base for classes that present commands.
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.
LargeImage Gets a larger image associated with the command.
MenuCaption Gets the menu caption associated with the current command.
ShowsModalDialog Indicates whether a command invokes a modal dialog when executing.
See Also