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


In This Topic
    NThumb Class Members
    In This Topic

    The following tables list the members exposed by NThumb.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the ThumbDrag event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ThumbEndDrag event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsDragged property  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IsPressed property  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NThumb  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ThumbStartDrag event  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Symbol property  
    Top
    Public Properties
     NameDescription
    Public PropertyGets whether the thumb is currently dragged. Automatically updated by Nevron.  
    Public PropertyGets whether the thumb is currently pressed. Automatically updated by Nevron.  
    Public PropertyGets or sets the thumb symbol  
    Public PropertyGets the thumb axis (if any)  
    Top
    Protected Methods
     NameDescription
    Protected MethodDetermines whether the thumb can currently be dragged  
    Protected MethodCancels the thumb dragging  
    Protected MethodDrags the thumb to the specified thumb pos (in local coordinates).  
    Protected MethodEnds the thumb dragging.  
    Protected MethodStarts the thumb dragging  
    Protected MethodOverridden. Overriden to take the symbol desired size into account.  
    Protected MethodRaises the thumb drag event.  
    Protected MethodRaises the thumb end drag event.  
    Protected MethodOverridden. Handles the KeyDown event  
    Protected MethodOverridden. Handles the lost focus 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. Paints the background of the box, which is performed before the custom painting in OnPrePaint  
    Protected MethodRaises the thumb start drag event.  
    Protected MethodOverridden. Handles the touch up event  
    Protected MethodOverridden. Handles the touch move event  
    Protected MethodOverridden. Handles the touch up event  
    Top
    Public Events
     NameDescription
    Public EventEvent, which occurs when the thumb is dragged  
    Public EventEvent, which occurs when the thumb ends to be dragged  
    Public EventEvent, which occurs when the thumb starts to be dragged  
    Top
    See Also