NDesignCommand Class Members
In This Topic
The following tables list the members exposed by NDesignCommand.
Public Properties
| Name | Description |
 | EditedNode | Gets or sets the node upon which the command executes its action. |
 | EditedNodeDesigner | Gets the designer of the current node. |
 | Editor | Gets or sets the editor in the context of which the command will be executed. |
 | Shortcut | Gets the keyboard shortcut of this command. |
Top
Public Methods
| Name | Description |
 | CanExecute | Must override to determine whether the command can be performed. |
 | Execute | Must overide to perform the command. |
 | GetWidget | Gets the widget that can represent this command |
 | UpdateWidget | Updates the widget that represents this command, if the widget is created. |
Top
See Also