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


In This Topic
    NRangeSlider Class Members
    In This Topic

    The following tables list the members exposed by NRangeSlider.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the BeginThumb child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the BeginValue property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the EndThumb child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the EndValue property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRangeSlider.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the BeginThumb child.  
    Public PropertyGets or sets the begin value of this range slider.  
    Public PropertyGets or sets the EndThumb child.  
    Public PropertyGets or sets the end value of this range slider.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Overriden to add the begin and end thumbs.  
    Public MethodOverridden. Gets the thumb value corresponding to the given location.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arranges the slider children horizontally.  
    Protected MethodOverridden. Arranges the slider children vertically.  
    Protected MethodOverridden. Computes the X coordinate and the width of the axis when the slider is oriented horizontally.  
    Protected MethodOverridden. Computes the height of the thumb.  
    Protected MethodOverridden. Computes the width of the thumb.  
    Protected MethodOverridden. Computes the Y coordinate and the height of the axis when the slider is oriented vertically.  
    Protected MethodOverridden. Creates the thumb of this range slider.  
    Protected MethodCalled when the BeginValue property has changed.  
    Protected MethodCalled when the EndValue property has changed.  
    Protected MethodOverridden. Raises the scroll event.  
    Protected MethodOverridden. Called when a slider thumb is dragged.  
    Protected MethodOverridden. Called when the value property has changed.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the BeginValue property has changed.  
    Public EventOccurs when the EndValue property has changed.  
    Top
    See Also