EnumActivationMode
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:
cs-api-definition
public enum ActivationMode
Fields
KeyDown
Used to activate the KeyTips and KeyboardNavigation on KeyDown event.
KeyUp
Used to activate the KeyTips and KeyboardNavigation on KeyUp event.
PreviewKeyDown
Used to activate the KeyTips and KeyboardNavigation on PreviewKeyDown event.