ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTrackBar Class / ButtonPressDelay Property

In This Topic
    ButtonPressDelay Property
    In This Topic
    Gets or sets the interval before the '+' and '-' buttons start firing click events, in milliseconds.
    Syntax
    'Declaration
     
    Public Property ButtonPressDelay As System.Integer
    public System.int ButtonPressDelay {get; set;}
    See Also