Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonButton Class / RepeatPressDelay Property

In This Topic
    RepeatPressDelay Property (RibbonButton)
    In This Topic
    Gets or sets the interval before the button starts firing click events, in milliseconds.
    Syntax
    'Declaration
     
    
    Public Overridable Property RepeatPressDelay As Integer
    public virtual int RepeatPressDelay {get; set;}
    See Also