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

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