Name | Description | |
---|---|---|
![]() | m_Shortcut | The keyboard shortcut of this command. |
![]() | MWjb |
The following tables list the members exposed by NDesignCommand.
Name | Description | |
---|---|---|
![]() | m_Shortcut | The keyboard shortcut of this command. |
![]() | MWjb |
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. |
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. |
Name | Description | |
---|---|---|
![]() | CreateWidget | Must overirde to create the widget for this command. |
![]() | OnEditedNodeChanged | Called when the node this command should be applied on has changed. |
![]() | SetTooltip | Sets the given tooltip to the specified widget adding the keyboard shortcut information of this command if a keyboard shortcut is defined. |