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


In This Topic
    NRepeatButton Class Members
    In This Topic

    The following tables list the members exposed by NRepeatButton.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Delay property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the EndClicking event.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Interval property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NRepeatButton.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the StartClicking event.  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the amount of time (in milliseconds), that the button waits while it is pressed before it starts repeating clicks.  
    Public PropertyGets or sets the amount of time (in milliseconds), between repeating clicks once repeating clicks starts.  
    Top
    Public Methods
     NameDescription
    Public MethodRestarts the StartClicking timer. Raises the StartClicking event.  
    Public MethodRestarts the delay timer  
    Public MethodStops the click timer. If it was started raises the EndClicking event  
    Public MethodStops the delay timer  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Called when the pressed state of the button was changed  
    Protected MethodCalled when the click timer is ticked  
    Protected MethodCalled when the delay timer is ticked  
    Protected MethodRaises the EndClicking event  
    Protected MethodRaises the StartClicking event  
    Top
    Public Events
     NameDescription
    Public EventEvent, which occurs when the repeat button has stopped raising continuous click events.  
    Public EventEvent, which occurs when the repeat button is about to start raising continuous click events.  
    Top
    See Also