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


In This Topic
    NCommandSource Class Members
    In This Topic

    The following tables list the members exposed by NCommandSource.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the CommandName property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CommandSource extended property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NCommandSource  
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Reference to the UpdateInterval property  
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the full name of the command  
    Public PropertyGets 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.  
    Public PropertyGets or sets the update interval (in milliseconds), at which to update the visual state of the command source element.  
    Public PropertyGets 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
     NameDescription
    Public MethodCreates the default tooltip content for the current command.  
    Public MethodGets the command associated with that command source  
    Public Methodstatic (Shared in Visual Basic)Gets the value of the command source property to the specified element  
    Public Methodstatic (Shared in Visual Basic)Sets the value of the command source property to the specified element  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Protected MethodAttaches the command source to the specified element.  
    Internal Method  
    Protected MethodDetaches the command source from the specified element.  
    Protected MethodExecutes this source command with the specified parameter.  
    Internal Method  
    Protected MethodGets the mask that defines the aspects of the owner element that need to be updated at update timer ticks and after command execution.  
    Protected MethodCalled when the CommandName has changed  
    Protected MethodCalled when the mouse over changed for the specified owner element.  
    Protected MethodOverridden. Called when the node parent has changed.  
    Protected MethodCalled when the UpdateInterval has changed  
    Protected MethodCalled when the UpdateWhenVisible has changed  
    Protected MethodCalled when the visual to which this source is attached is hidden  
    Protected MethodCalled when the visual to which this source is attached is shown in the window. Performs a fast update.  
    Protected MethodRaises the NCommand.QueryTarget event and returns the resulting command target  
    Protected MethodRaises the update command source event  
    Protected MethodUpdates the command source owner element, by raising the NCommand.UpdateCommandSource event for the specified target.  
    Protected MethodUpdates the owner element  
    Protected MethodUpdates the owner element from the result of the NCommand.UpdateCommandSource event.  
    Internal MethodOverridden.   
    Internal MethodOverridden.   
    Internal Method  
    Internal Method  
    Top
    See Also