The following tables list the members exposed by CommandUI.
Name | Description | |
---|---|---|
CommandUI Constructor | Overloaded. Creates a new instance of a CommandUI object. Creates a new, uninitialized instance of a CommandUI object. |
Name | Description | |
---|---|---|
CommandName | Gets or sets the name of the associated command. Determines the Command in CommandCollection in order to link this CommandUI with. | |
Component | Gets the component that is connected to the CommandUI instance. Gets the component which is connected to this CommandUI. | |
EnableImage | Gets or sets a boolean value that determines whether or not an image for the command UI instance is automatically shown. Gets and sets boolean value which determines whether or not to show image in control automaticaly. | |
EnableText | Gets or sets a boolean value that determines whether or not command text for the command UI instance is automatically shown. Gets and sets boolean value which determines whether or not to show Command text in the control automaticaly. | |
EnableTooltip | Gets or sets a boolean value that determines whether or not a tooltip for the command UI instance is automatically shown. Gets and sets boolean value which determines whether or not to show command desctiption as tooltip in the control automaticaly. | |
Parameters | Gets or sets the parameters passed to the command. Gets and sets the parameter which is passed to command to execute |
Name | Description | |
---|---|---|
Equals | Overridden. Tests whether the given object is equal to this object. Tests whether the given object is equal to this object. | |
GetHashCode | Overridden. Returns the hash code of this object. Returns the hash code of this object. |