[]
Gets or sets the delay (in milliseconds) after pressing the Alt key before displaying KeyTips.
[C1Category("Behavior")]
[C1Description("C1Ribbon.AltKeyPressDelay", "Delay (in milliseconds) after pressing the Alt key before displaying KeyTips.")]
public int AltKeyPressDelay { get; set; }
Setting to 0 prevents KeyTips from showing by timer when the user holds the Alt key pressed.