FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / 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 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