Command |
The CommandSourceFactory type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets the tool tip to be shown in the UI. Usually this is a localized text describing the command.
(Inherited from CommandSourceFactoryT) | |
GroupName |
Gets the name of the group that this command belongs to.
If different group names are specified for a target region, the commands can be grouped and the groups separated by a Separator.
(Inherited from CommandSourceFactoryT) | |
Header |
Gets the header to be shown in the UI. Usually this is a localized text naming the command.
(Inherited from CommandSourceFactoryT) | |
Icon |
Gets the icon to be shown in the UI, or null to show no icon.
(Inherited from CommandSourceFactoryT) | |
IsCheckable |
Gets a value indicating whether the control associated with this instance should be checkable,
e.g. a MenuItem with IsCheckable or a ToggleButton in a tool bar.
(Inherited from CommandSourceFactoryT) | |
ShowTextOnButtons |
Gets a value indicating whether to show the header text when this command is bound to a button.
If false, only the icon should be displayed.
(Inherited from CommandSourceFactoryT) | |
SubRegionId |
Gets the id of the region sub-items can register for.
(Inherited from CommandSourceFactoryT) | |
Tag |
Gets a tag that can be bound to the target objects tag.
(Inherited from CommandSourceFactoryT) |