Class ActivationMode
Describes the predefined events on which the KeyTips and KeyboardNavigation are executed.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.KeyTips
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public sealed class ActivationMode : Enum
Fields
KeyDown
Used to activate the KeyTips and KeyboardNavigation on KeyDown event.
Declaration
public const ActivationMode KeyDown
Field Value
KeyUp
Used to activate the KeyTips and KeyboardNavigation on KeyUp event.
Declaration
public const ActivationMode KeyUp
Field Value
PreviewKeyDown
Used to activate the KeyTips and KeyboardNavigation on PreviewKeyDown event.
Declaration
public const ActivationMode PreviewKeyDown
Field Value
value__
Declaration
public int value__
Field Value
System.
|