ActivationMode
Enum
Describes the predefined events on which the KeyTips and KeyboardNavigation are executed.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.KeyTips
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
C#
public enum ActivationMode
Fields
Used to activate the KeyTips and KeyboardNavigation on KeyDown event.
C#
KeyDown = 1
Used to activate the KeyTips and KeyboardNavigation on KeyUp event.
C#
KeyUp = 2
Used to activate the KeyTips and KeyboardNavigation on PreviewKeyDown event.
C#
PreviewKeyDown = 0