AccessKeyManager AccessKeyManager AccessKeyManager AccessKeyManager Class

Definition

A helper class that enables access keys (mnemonics) for XAML user interfaces.

public : sealed class AccessKeyManager : IAccessKeyManagerpublic sealed class AccessKeyManager : IAccessKeyManagerPublic NotInheritable Class AccessKeyManager Implements IAccessKeyManager// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

Available starting in Windows 10, version 1607.

Properties

AreKeyTipsEnabled AreKeyTipsEnabled AreKeyTipsEnabled AreKeyTipsEnabled

Gets or sets a value that specifies whether KeyTips are shown for access keys.

public : static PlatForm::Boolean AreKeyTipsEnabled { get; set; }public static bool AreKeyTipsEnabled { get; set; }Public Static ReadWrite Property AreKeyTipsEnabled As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true to show KeyTips; otherwise, false. The default is true.

Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)
See Also

IsDisplayModeEnabled IsDisplayModeEnabled IsDisplayModeEnabled IsDisplayModeEnabled

Gets a value that indicates whether the app has started an access key sequence.

public : static PlatForm::Boolean IsDisplayModeEnabled { get; }public static bool IsDisplayModeEnabled { get; }Public Static ReadOnly Property IsDisplayModeEnabled As bool// This API is not available in Javascript.
Value
PlatForm::Boolean bool bool bool

true if an access key sequence has started; otherwise, false.

Methods

ExitDisplayMode() ExitDisplayMode() ExitDisplayMode() ExitDisplayMode()

Causes the app to exit an access key sequence.

public : static void ExitDisplayMode()public static void ExitDisplayMode()Public Static Function ExitDisplayMode() As void// This API is not available in Javascript.

Events

IsDisplayModeEnabledChanged IsDisplayModeEnabledChanged IsDisplayModeEnabledChanged IsDisplayModeEnabledChanged

Occurs when the app enters or exits an access key sequence.

public : static event TypedEventHandler IsDisplayModeEnabledChanged<object,  object>public static event TypedEventHandler IsDisplayModeEnabledChanged<object,  object>Public Static Event IsDisplayModeEnabledChanged<object,  object>// This API is not available in Javascript.