Class
KeyTipService

Class used to Enable/Disable key tips for RadRibbonView control.

Definition

Namespace:Telerik.Windows.Controls.RibbonView

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
public class KeyTipService : DependencyObject

Inheritance: objectKeyTipService

Fields

AccessKeyProperty

Identifies AccessKey Attached Property.

Declaration

cs-api-definition
public static readonly DependencyProperty AccessKeyProperty

Field Value

DependencyProperty

AccessKeysProperty

Identifies AccessKeys Attached Property.

Declaration

cs-api-definition
public static readonly DependencyProperty AccessKeysProperty

Field Value

DependencyProperty

AccessTextProperty

Identifies Access Text Attached Property.

Declaration

cs-api-definition
public static readonly DependencyProperty AccessTextProperty

Field Value

DependencyProperty

ActivationModeProperty

Identifies ActivationMode Attached Property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActivationModeProperty

Field Value

DependencyProperty

ActivationProperty

Identifies Activation Attached Property.

Declaration

cs-api-definition
public static readonly DependencyProperty ActivationProperty

Field Value

DependencyProperty

AltAccessTextProperty

Identifies AltAccessText Attached Property.

Declaration

cs-api-definition
public static readonly DependencyProperty AltAccessTextProperty

Field Value

DependencyProperty

IsKeyTipsEnabledProperty

Identifies IsKeyTipsEnabled Attached Property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsKeyTipsEnabledProperty

Field Value

DependencyProperty

IsKeyboardNavigationEnabledProperty

Identifies Access IsKeyboardNavigationEnabled property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsKeyboardNavigationEnabledProperty

Field Value

DependencyProperty

Methods

GetAccessKey(DependencyObject)

Get access key gesture attached property, that will enable key tips.

Declaration

cs-api-definition
public static KeyGesture GetAccessKey(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

KeyGesture

GetAccessKeys(DependencyObject)

Get access keys gesture attached property, that will enable key tips.

Declaration

cs-api-definition
public static IEnumerable<KeyGesture> GetAccessKeys(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

IEnumerable<KeyGesture>

GetAccessText(DependencyObject)

Get access key string attached property.

Declaration

cs-api-definition
public static string GetAccessText(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

string

GetActivation(DependencyObject)

Get activation object, that provides event for executing key tip.

Declaration

cs-api-definition
public static KeyTipActivation GetActivation(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

KeyTipActivation

GetActivationMode(DependencyObject)

Get ActivationMode attached property, that will be used when the key tips are enabled.

Declaration

cs-api-definition
public static ActivationMode GetActivationMode(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

ActivationMode

GetAltAccessText(DependencyObject)

Get alternative access key string attached property.

Declaration

cs-api-definition
public static string GetAltAccessText(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

string

GetIsKeyTipsEnabled(DependencyObject)

Get value determining whether access key tips are enable/disable.

Declaration

cs-api-definition
public static bool GetIsKeyTipsEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

GetIsKeyboardNavigationEnabled(DependencyObject)

Gets the IsKeyboardNavigationEnabled property which determines if keyboard navigation is enabled for a particular element.

Declaration

cs-api-definition
public static bool GetIsKeyboardNavigationEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

SetAccessKey(DependencyObject, KeyGesture)

Set access key gesture attached property, that will enable key tips.

Declaration

cs-api-definition
public static void SetAccessKey(DependencyObject obj, KeyGesture value)

Parameters

obj

DependencyObject

value

KeyGesture

SetAccessKeys(DependencyObject, IEnumerable<KeyGesture>)

Sets access keys gesture attached property, that will enable key tips.

Declaration

cs-api-definition
public static void SetAccessKeys(DependencyObject obj, IEnumerable<KeyGesture> value)

Parameters

obj

DependencyObject

value

IEnumerable<KeyGesture>

SetAccessText(DependencyObject, string)

Set access key string attached property.

Declaration

cs-api-definition
public static void SetAccessText(DependencyObject obj, string value)

Parameters

obj

DependencyObject

value

string

SetActivation(DependencyObject, KeyTipActivation)

Set activation object, that provides event for executing key tip.

Declaration

cs-api-definition
public static void SetActivation(DependencyObject obj, KeyTipActivation value)

Parameters

obj

DependencyObject

value

KeyTipActivation

SetActivationMode(DependencyObject, ActivationMode)

Set ActivationMode attached property, that will be used when the key tips are enabled.

Declaration

cs-api-definition
public static void SetActivationMode(DependencyObject obj, ActivationMode value)

Parameters

obj

DependencyObject

value

ActivationMode

SetAltAccessText(DependencyObject, string)

Set alternative access key string attached property.

Declaration

cs-api-definition
public static void SetAltAccessText(DependencyObject obj, string value)

Parameters

obj

DependencyObject

value

string

SetIsKeyTipsEnabled(DependencyObject, bool)

Set value to enable/disable access key tips.

Declaration

cs-api-definition
public static void SetIsKeyTipsEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool

SetIsKeyboardNavigationEnabled(DependencyObject, bool)

Sets the IsKeyboardNavigationEnabled property which determines if keyboard navigation is enabled for a particular element.

Declaration

cs-api-definition
public static void SetIsKeyboardNavigationEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool