ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Integer
    public System.int Interval {get; set;}
    See Also