NChartCommandAction Class Members
In This Topic
The following tables list the members exposed by NChartCommandAction.
Public Fields
Public Properties
| Name | Description |
| IsEditAction | Overridden. Most chart command actions do not modify the control content, so this property is overriden in this base class to return false. It should be overriden to return true in command actions that modify the contol content. |
Top
Public Methods
| Name | Description |
| IsEnabled | Overridden. Checks whether this action should be enabled for the given target. |
Top
See Also