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


In This Topic
    NButtonBase Class Members
    In This Topic

    The following tables list the members exposed by NButtonBase.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Click event.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ClickMode property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsPressed property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NButtonBase.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the click mode of the button  
    Public PropertyGets whether the button is pressed. Automatically updated by Nevron.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets or sets the pressed state of the button  
    Protected PropertyGets or sets the keyboard input state  
    Protected PropertyGets or sets the mouse input state  
    Protected PropertyGets or sets the touch input state  
    Top
    Public Methods
     NameDescription
    Public MethodGenerates a Click event for this button.  
    Top
    Protected Methods
     NameDescription
    Protected MethodClears the button state  
    Protected MethodReturns true if the mouse pointer is inside the button.  
    Protected Method  
    Protected MethodCalled when the pressed state of the button was changed.  
    Protected MethodCalled when the button is clicked. Raises the button click event  
    Protected MethodOverridden. Called when the Disabled property is set to true  
    Protected MethodOverridden. Handles the lost focus event  
    Protected MethodOverridden. Handles the key down event  
    Protected MethodOverridden. Handles the key up event  
    Protected MethodOverridden. Handles the lost mouse capture event  
    Protected MethodOverridden. Handles the mouse down event  
    Protected MethodOverridden. Handles the mouse move event  
    Protected MethodOverridden. Handles the mouse up event  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodUpdates the button state by merging the mouse and keyboard button states  
    Top
    Public Events
     NameDescription
    Public EventUI event, which occurs when the button is clicked.  
    Top
    See Also