Share via


AccessKeyManager.ExitDisplayMode Method

Definition

Specifies that keytips for currently valid access keys should not be displayed.

public:
 static void ExitDisplayMode();
 static void ExitDisplayMode();
public static void ExitDisplayMode();
function exitDisplayMode()
Public Shared Sub ExitDisplayMode ()

Remarks

Calling this method has no effect if the scope is not in display mode.

After calling this method, the IsDisplayModeEnabled property will be false.

Call EnterDisplayMode(Microsoft.UI.Xaml.XamlRoot) to enable display mode.

Note

An access key is a combination of the Alt key and one or more alphanumeric keys used to activate an associated control in an app that supports access keys (such as Word).

Key tips are badges displayed next to controls that support access keys when the user presses the Alt key. Each key tip contains the alphanumeric keys that activate the associated control.

The following image shows the Home tab of Word with access keys activated (note the support for both numbers and multiple keystrokes).

Keytip badges for access keys in Microsoft Word.

Keytip badges for access keys in Microsoft Word

See Access keys guidelines for more details.

Applies to

See also