Enum ActivationMode
Describes the predefined events on which the KeyTips and KeyboardNavigation are executed.
Namespace: Telerik.Windows.Controls.RibbonView.KeyTips
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public enum ActivationMode
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.