InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / RepeatButtonElement Class / Delay Property

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