NevronOpenVision
Nevron.Nov.UI Namespace / NCommandAction Class
Fields Properties Methods Events


In This Topic
    NCommandAction Class Members
    In This Topic

    The following tables list the members exposed by NCommandAction.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The empty parameter object, which is passed to command actions, when there is no available parameter  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NCommandAction.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a reference to the commander to which the action belongs  
    Public PropertyGets a reference to the owner input element  
    Top
    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