KeyTipService
Class used to Enable/Disable key tips for RadRibbonView control.
Definition
Namespace:Telerik.Windows.Controls.RibbonView
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class KeyTipService : DependencyObject
Inheritance: objectKeyTipService
Fields
AccessKeyProperty
DependencyProperty
Identifies AccessKey Attached Property.
public static readonly DependencyProperty AccessKeyProperty
AccessKeysProperty
DependencyProperty
Identifies AccessKeys Attached Property.
public static readonly DependencyProperty AccessKeysProperty
AccessTextProperty
DependencyProperty
Identifies Access Text Attached Property.
public static readonly DependencyProperty AccessTextProperty
ActivationModeProperty
DependencyProperty
Identifies ActivationMode Attached Property.
public static readonly DependencyProperty ActivationModeProperty
ActivationProperty
DependencyProperty
Identifies Activation Attached Property.
public static readonly DependencyProperty ActivationProperty
AltAccessTextProperty
DependencyProperty
Identifies AltAccessText Attached Property.
public static readonly DependencyProperty AltAccessTextProperty
IsKeyboardNavigationEnabledProperty
DependencyProperty
Identifies Access IsKeyboardNavigationEnabled property.
public static readonly DependencyProperty IsKeyboardNavigationEnabledProperty
IsKeyTipsEnabledProperty
DependencyProperty
Identifies IsKeyTipsEnabled Attached Property.
public static readonly DependencyProperty IsKeyTipsEnabledProperty
Methods
GetAccessKey(DependencyObject)
KeyGesture
Get access key gesture attached property, that will enable key tips.
public static KeyGesture GetAccessKey(DependencyObject obj)
KeyGesture
GetAccessKeys(DependencyObject)
IEnumerable<KeyGesture>
Get access keys gesture attached property, that will enable key tips.
public static IEnumerable<KeyGesture> GetAccessKeys(DependencyObject obj)
IEnumerable<KeyGesture>
Get access key string attached property.
public static string GetAccessText(DependencyObject obj)
Get activation object, that provides event for executing key tip.
public static KeyTipActivation GetActivation(DependencyObject obj)
Get ActivationMode attached property, that will be used when the key tips are enabled.
public static ActivationMode GetActivationMode(DependencyObject obj)
Get alternative access key string attached property.
public static string GetAltAccessText(DependencyObject obj)
Gets the IsKeyboardNavigationEnabled property which determines if keyboard navigation is enabled for a particular element.
public static bool GetIsKeyboardNavigationEnabled(DependencyObject obj)
Get value determining whether access key tips are enable/disable.
public static bool GetIsKeyTipsEnabled(DependencyObject obj)
Set access key gesture attached property, that will enable key tips.
public static void SetAccessKey(DependencyObject obj, KeyGesture value)
Sets access keys gesture attached property, that will enable key tips.
public static void SetAccessKeys(DependencyObject obj, IEnumerable<KeyGesture> value)
Set access key string attached property.
public static void SetAccessText(DependencyObject obj, string value)
Set activation object, that provides event for executing key tip.
public static void SetActivation(DependencyObject obj, KeyTipActivation value)
Set ActivationMode attached property, that will be used when the key tips are enabled.
public static void SetActivationMode(DependencyObject obj, ActivationMode value)
Set alternative access key string attached property.
public static void SetAltAccessText(DependencyObject obj, string value)
Sets the IsKeyboardNavigationEnabled property which determines if keyboard navigation is enabled for a particular element.
public static void SetIsKeyboardNavigationEnabled(DependencyObject obj, bool value)
Set value to enable/disable access key tips.
public static void SetIsKeyTipsEnabled(DependencyObject obj, bool value)