ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonButton Class / RepeatPressInterval Property

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