NCommandSource Class Properties
In This Topic
For a list of all members of this type, see NCommandSource members.
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
See Also