Input for WinForms | ComponentOne
C1.Framework Namespace / RepeatButtonElement Class / Interval Property

In This Topic
    Interval Property (RepeatButtonElement)
    In This Topic
    Gets or sets the interval between clicks when the button is kept pressed, in milliseconds.
    Syntax
    'Declaration
     
    
    Public Property Interval As Integer
    public int Interval {get; set;}
    See Also