Class ActivationMode
Describes the predefined events on which the KeyTips and KeyboardNavigation are executed.
Inheritance
System.Object
ActivationMode
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
ActivationMode
|
KeyUp
Used to activate the KeyTips and KeyboardNavigation on KeyUp event.
Declaration
public const ActivationMode KeyUp
Field Value
ActivationMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|