ClassKeyTipService
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
Identifies AccessKey Attached Property.
Declaration
public static readonly DependencyProperty AccessKeyProperty
Field Value
DependencyProperty
AccessKeysProperty
Identifies AccessKeys Attached Property.
Declaration
public static readonly DependencyProperty AccessKeysProperty
Field Value
DependencyProperty
AccessTextProperty
Identifies Access Text Attached Property.
Declaration
public static readonly DependencyProperty AccessTextProperty
Field Value
DependencyProperty
ActivationModeProperty
Identifies ActivationMode Attached Property.
Declaration
public static readonly DependencyProperty ActivationModeProperty
Field Value
DependencyProperty
ActivationProperty
Identifies Activation Attached Property.
Declaration
public static readonly DependencyProperty ActivationProperty
Field Value
DependencyProperty
AltAccessTextProperty
Identifies AltAccessText Attached Property.
Declaration
public static readonly DependencyProperty AltAccessTextProperty
Field Value
DependencyProperty
IsKeyTipsEnabledProperty
Identifies IsKeyTipsEnabled Attached Property.
Declaration
public static readonly DependencyProperty IsKeyTipsEnabledProperty
Field Value
DependencyProperty
IsKeyboardNavigationEnabledProperty
Identifies Access IsKeyboardNavigationEnabled property.
Declaration
public static readonly DependencyProperty IsKeyboardNavigationEnabledProperty
Field Value
DependencyProperty
Methods
GetAccessKey(DependencyObject)
Get access key gesture attached property, that will enable key tips.
Declaration
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
public static IEnumerable<KeyGesture> GetAccessKeys(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
IEnumerable<KeyGesture>
GetAccessText(DependencyObject)
Get access key string attached property.
Declaration
public static string GetAccessText(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetActivation(DependencyObject)
Get activation object, that provides event for executing key tip.
Declaration
public static KeyTipActivation GetActivation(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetActivationMode(DependencyObject)
Get ActivationMode attached property, that will be used when the key tips are enabled.
Declaration
public static ActivationMode GetActivationMode(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetAltAccessText(DependencyObject)
Get alternative access key string attached property.
Declaration
public static string GetAltAccessText(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetIsKeyTipsEnabled(DependencyObject)
Get value determining whether access key tips are enable/disable.
Declaration
public static bool GetIsKeyTipsEnabled(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
GetIsKeyboardNavigationEnabled(DependencyObject)
Gets the IsKeyboardNavigationEnabled property which determines if keyboard navigation is enabled for a particular element.
Declaration
public static bool GetIsKeyboardNavigationEnabled(DependencyObject obj)
Parameters
obj
DependencyObject
Returns
SetAccessKey(DependencyObject, KeyGesture)
Set access key gesture attached property, that will enable key tips.
Declaration
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
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
public static void SetAccessText(DependencyObject obj, string value)
Parameters
obj
DependencyObject
value
SetActivation(DependencyObject, KeyTipActivation)
Set activation object, that provides event for executing key tip.
Declaration
public static void SetActivation(DependencyObject obj, KeyTipActivation value)
Parameters
obj
DependencyObject
value
SetActivationMode(DependencyObject, ActivationMode)
Set ActivationMode attached property, that will be used when the key tips are enabled.
Declaration
public static void SetActivationMode(DependencyObject obj, ActivationMode value)
Parameters
obj
DependencyObject
value
SetAltAccessText(DependencyObject, string)
Set alternative access key string attached property.
Declaration
public static void SetAltAccessText(DependencyObject obj, string value)
Parameters
obj
DependencyObject
value
SetIsKeyTipsEnabled(DependencyObject, bool)
Set value to enable/disable access key tips.
Declaration
public static void SetIsKeyTipsEnabled(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value
SetIsKeyboardNavigationEnabled(DependencyObject, bool)
Sets the IsKeyboardNavigationEnabled property which determines if keyboard navigation is enabled for a particular element.
Declaration
public static void SetIsKeyboardNavigationEnabled(DependencyObject obj, bool value)
Parameters
obj
DependencyObject
value