New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.RibbonView

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public class KeyTipService : DependencyObject

Inheritance: objectKeyTipService

Fields

AccessKeyProperty

DependencyProperty

Identifies AccessKey Attached Property.

C#
public static readonly DependencyProperty AccessKeyProperty

AccessKeysProperty

DependencyProperty

Identifies AccessKeys Attached Property.

C#
public static readonly DependencyProperty AccessKeysProperty

AccessTextProperty

DependencyProperty

Identifies Access Text Attached Property.

C#
public static readonly DependencyProperty AccessTextProperty

ActivationModeProperty

DependencyProperty

Identifies ActivationMode Attached Property.

C#
public static readonly DependencyProperty ActivationModeProperty

ActivationProperty

DependencyProperty

Identifies Activation Attached Property.

C#
public static readonly DependencyProperty ActivationProperty

AltAccessTextProperty

DependencyProperty

Identifies AltAccessText Attached Property.

C#
public static readonly DependencyProperty AltAccessTextProperty

Identifies Access IsKeyboardNavigationEnabled property.

C#
public static readonly DependencyProperty IsKeyboardNavigationEnabledProperty

IsKeyTipsEnabledProperty

DependencyProperty

Identifies IsKeyTipsEnabled Attached Property.

C#
public static readonly DependencyProperty IsKeyTipsEnabledProperty

Methods

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

C#
public static KeyGesture GetAccessKey(DependencyObject obj)
Parameters:objDependencyObjectReturns:

KeyGesture

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

C#
public static IEnumerable<KeyGesture> GetAccessKeys(DependencyObject obj)
Parameters:objDependencyObjectReturns:

IEnumerable<KeyGesture>

Get access key string attached property.

C#
public static string GetAccessText(DependencyObject obj)
Parameters:objDependencyObjectReturns:

string

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

C#
public static KeyTipActivation GetActivation(DependencyObject obj)
Parameters:objDependencyObjectReturns:

KeyTipActivation

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

C#
public static ActivationMode GetActivationMode(DependencyObject obj)
Parameters:objDependencyObjectReturns:

ActivationMode

Get alternative access key string attached property.

C#
public static string GetAltAccessText(DependencyObject obj)
Parameters:objDependencyObjectReturns:

string

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

C#
public static bool GetIsKeyboardNavigationEnabled(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

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

C#
public static bool GetIsKeyTipsEnabled(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

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

C#
public static void SetAccessKey(DependencyObject obj, KeyGesture value)
Parameters:objDependencyObjectvalueKeyGesture

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

C#
public static void SetAccessKeys(DependencyObject obj, IEnumerable<KeyGesture> value)
Parameters:objDependencyObjectvalueIEnumerable<KeyGesture>

Set access key string attached property.

C#
public static void SetAccessText(DependencyObject obj, string value)
Parameters:objDependencyObjectvaluestring

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

C#
public static void SetActivation(DependencyObject obj, KeyTipActivation value)
Parameters:objDependencyObjectvalueKeyTipActivation

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

C#
public static void SetActivationMode(DependencyObject obj, ActivationMode value)
Parameters:objDependencyObjectvalueActivationMode

Set alternative access key string attached property.

C#
public static void SetAltAccessText(DependencyObject obj, string value)
Parameters:objDependencyObjectvaluestring

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

C#
public static void SetIsKeyboardNavigationEnabled(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool

Set value to enable/disable access key tips.

C#
public static void SetIsKeyTipsEnabled(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool