NCommandSource Class Members
In This Topic
The following tables list the members exposed by NCommandSource.
Public Fields
Public Properties
| Name | Description |
 | CommandName | Gets or sets the full name of the command |
 | ShowTooltip | Gets or sets whether the command source automatically shows a tooltip, when the mouse enters the owner element. The content of the tooltip is obtained dynamically by the UpdateCommandSource event. By default set to true. |
 | UpdateInterval | Gets or sets the update interval (in milliseconds), at which to update the visual state of the command source element. |
 | UpdateWhenDisplayed | Gets or sets whether the commands source should be updated only when the owner element is visible, in case it is a visual. By default set to true. |
Top
Public Methods
See Also