Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / AltKeyPressDelay Property

In This Topic
    AltKeyPressDelay Property (C1Ribbon)
    In This Topic
    Gets or sets the delay (in milliseconds) after pressing the Alt key before displaying KeyTips.
    Syntax
    'Declaration
     
    
    Public Property AltKeyPressDelay As Integer
    public int AltKeyPressDelay {get; set;}
    Remarks
    Setting to 0 prevents KeyTips from showing by timer when the user holds the Alt key pressed.
    See Also