Command Properties |
The Command type exposes the following members.
| Name | Description | |
|---|---|---|
| Bindings |
Gets the collection of bindings that are attached to this widget
| |
| CommandParameter |
Gets or sets the parameter to pass to the Command when executing or determining its CanExecute state.
| |
| DataContext |
Gets or sets the data context for this widget for binding
| |
| DelegatedCommand |
Gets or sets a command to delegate to when the command is invoked.
| |
| Enabled |
Gets or sets a value indicating whether this Command is enabled.
| |
| ID |
Gets or sets the ID of the command
| |
| Image |
Gets or sets the image for the menu or tool item.
| |
| MenuText |
Gets or sets the text when shown on the menu.
| |
| Parent |
Gets the parent widget which this widget has been added to, if any
| |
| Properties |
Gets the dictionary of properties for this widget
| |
| Shortcut |
Gets or sets the shortcut to trigger this command.
| |
| Tag |
Gets or sets a user-defined tag value for this instance.
| |
| ToolBarText |
Gets or sets the tool bar text.
| |
| ToolTip |
Gets or sets the tool tip on both the menu and toolbar.
|