Enum
ActivationMode

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.

Declaration

cs-api-definition
KeyDown = 1

Field Value

ActivationMode

KeyUp

Used to activate the KeyTips and KeyboardNavigation on KeyUp event.

Declaration

cs-api-definition
KeyUp = 2

Field Value

ActivationMode

PreviewKeyDown

Used to activate the KeyTips and KeyboardNavigation on PreviewKeyDown event.

Declaration

cs-api-definition
PreviewKeyDown = 0

Field Value

ActivationMode

In this article
DefinitionFieldsKeyDownKeyUpPreviewKeyDown
Not finding the help you need?
Contact Support