Class KeyTipService
Class used to Enable/Disable key tips for RadRibbonView control.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class KeyTipService : DependencyObject
Fields
AccessKeyProperty
Identifies AccessKey Attached Property.
Declaration
public static readonly DependencyProperty AccessKeyProperty
Field Value
System.Windows.DependencyProperty
|
AccessKeysProperty
Identifies AccessKeys Attached Property.
Declaration
public static readonly DependencyProperty AccessKeysProperty
Field Value
System.Windows.DependencyProperty
|
AccessTextProperty
Identifies Access Text Attached Property.
Declaration
public static readonly DependencyProperty AccessTextProperty
Field Value
System.Windows.DependencyProperty
|
ActivationModeProperty
Identifies ActivationMode Attached Property.
Declaration
public static readonly DependencyProperty ActivationModeProperty
Field Value
System.Windows.DependencyProperty
|
ActivationProperty
Identifies Activation Attached Property.
Declaration
public static readonly DependencyProperty ActivationProperty
Field Value
System.Windows.DependencyProperty
|
AltAccessTextProperty
Identifies AltAccessText Attached Property.
Declaration
public static readonly DependencyProperty AltAccessTextProperty
Field Value
System.Windows.DependencyProperty
|
IsKeyboardNavigationEnabledProperty
IsKeyTipsEnabledProperty
Identifies IsKeyTipsEnabled Attached Property.
Declaration
public static readonly DependencyProperty IsKeyTipsEnabledProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetAccessKey(DependencyObject)
Get access key gesture attached property, that will enable key tips.
Declaration
public static KeyGesture GetAccessKey(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.Input.KeyGesture
|
GetAccessKeys(DependencyObject)
Get access keys gesture attached property, that will enable key tips.
Declaration
public static IEnumerable<KeyGesture> GetAccessKeys(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Collections.Generic.IEnumerable<System.Windows.Input.KeyGesture>
|
GetAccessText(DependencyObject)
Get access key string attached property.
Declaration
public static string GetAccessText(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.String
|
GetActivation(DependencyObject)
Get activation object, that provides event for executing key tip.
Declaration
public static KeyTipActivation GetActivation(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
KeyTipActivation
|
GetActivationMode(DependencyObject)
Get ActivationMode attached property, that will be used when the key tips are enabled.
Declaration
public static ActivationMode GetActivationMode(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
ActivationMode
|
GetAltAccessText(DependencyObject)
Get alternative access key string attached property.
Declaration
public static string GetAltAccessText(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.String
|
GetIsKeyboardNavigationEnabled(DependencyObject)
GetIsKeyTipsEnabled(DependencyObject)
Get value determining whether access key tips are enable/disable.
Declaration
public static bool GetIsKeyTipsEnabled(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetAccessKey(DependencyObject, KeyGesture)
Set access key gesture attached property, that will enable key tips.
Declaration
public static void SetAccessKey(DependencyObject obj, KeyGesture value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.Input.KeyGesture
value
|
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
System.Windows.DependencyObject
obj
|
System.Collections.Generic.IEnumerable<System.Windows.Input.KeyGesture>
value
|
SetAccessText(DependencyObject, String)
Set access key string attached property.
Declaration
public static void SetAccessText(DependencyObject obj, string value)
Parameters
System.Windows.DependencyObject
obj
|
System.String
value
|
SetActivation(DependencyObject, KeyTipActivation)
Set activation object, that provides event for executing key tip.
Declaration
public static void SetActivation(DependencyObject obj, KeyTipActivation value)
Parameters
System.Windows.DependencyObject
obj
|
KeyTipActivation
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
System.Windows.DependencyObject
obj
|
ActivationMode
value
|
SetAltAccessText(DependencyObject, String)
Set alternative access key string attached property.
Declaration
public static void SetAltAccessText(DependencyObject obj, string value)
Parameters
System.Windows.DependencyObject
obj
|
System.String
value
|
SetIsKeyboardNavigationEnabled(DependencyObject, Boolean)
SetIsKeyTipsEnabled(DependencyObject, Boolean)
Set value to enable/disable access key tips.
Declaration
public static void SetIsKeyTipsEnabled(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|