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


In This Topic
    NUpDownBase Class Members
    In This Topic

    The following tables list the members exposed by NUpDownBase.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Down button.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Up button.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NUpDownBase.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Orientation property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Spin event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowBackground property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowHeight property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowWidth property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowX property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the WindowY property.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the decrease button.  
    Public PropertyGets/Sets the increase button.  
    Public PropertyGets or sets whether the increase/decrease buttons are horizontally or verticall arranged.  
    Public PropertyGets or sets the window area. Automatically updated by Nevron.  
    Public PropertyGets or sets the background of the window area.  
    Public PropertyGets or sets the window Height. Automatically updated by Nevron.  
    Public PropertyGets or sets the window Width. Automatically updated by Nevron.  
    Public PropertyGets or sets the window X coordinate. Automatically updated by Nevron.  
    Public PropertyGets or sets the window Y coordinate. Automatically updated by Nevron.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the content.  
    Protected MethodMust override to layout the item slot.  
    Protected MethodOverridden. Measures the element content  
    Protected MethodMust override to measure the item slot  
    Protected MethodCalled when the decrease button was clicked.  
    Protected MethodCalled when the increase button was clicked.  
    Protected MethodOverridden. Overriden to paint the window background.  
    Protected MethodHandler for updown spiner spin events  
    Top
    Public Events
     NameDescription
    Public EventEvent, which occurs when the spinner is spinned  
    Top
    See Also