NevronOpenVision
Nevron.Nov.UI Namespace / NCommandAction Class


NCommandAction Class Methods

For a list of all members of this type, see NCommandAction members.

Public Methods
 NameDescription
Public MethodExecutes the command action towards the specified target and with the specified parameter.  
Public MethodMust override to return the command associated with the action.  
Public MethodGets the focus target of the action target  
Public MethodMust override to determine whether the thing that the action toggles is considered checked or not. Applicable only if IsToggleAction returns true. By default returns false.  
Public MethodDetermines whether the command action can be executed with the specified parameter and for the specified target.  
Public MethodDetermines whether this is a toggle command action. By default returns false.  
Public MethodCalled by the commander when an update command source event for this action command has been received by it.  
Top
Protected Methods
 NameDescription
Protected MethodToggles the visibility of the given widget between ENVisibility.Visible and ENVisibility.Collapsed.  
Top
See Also