Click or drag to resize

CommandSource Properties

The CommandSource type exposes the following members.

Properties
 NameDescription
Public propertyCommand Gets the command represented by this CommandSourceFactory. This can be bound to a menu's or button's Command property.
Public propertyDescription Gets the tool tip to be shown in the UI. Usually this is a localized text describing the command.
Public propertyGroupName 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.
Public propertyHeader Gets the header to be shown in the UI. Usually this is a localized text naming the command.
Public propertyIcon Gets the icon to be shown in the UI, or null to show no icon.
Public propertyIsAnyTargetAttached Gets a value indicating whether any target is attached to this source. Some controls like tool bars may want to hide commands that have no target attached rather than only disabling them.
Public propertyIsCheckable 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.
Public propertyIsChecked Gets or sets a value indicating whether this instance is checked. This can be bound to a checkable menu item or toggle button.
Public propertyShowTextOnButtons 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.
Public propertySubRegionId Gets the id of the region sub-items can register for.
Public propertyTag Gets a tag that can be bound to the target objects tag.
Top
See Also