Share via


AccessKeyManager.IsDisplayModeEnabled Property

Definition

Gets a value that indicates whether keytips for currently valid access keys are displayed and the access keys enabled.

public:
 static property bool IsDisplayModeEnabled { bool get(); };
static bool IsDisplayModeEnabled();
public static bool IsDisplayModeEnabled { get; }
var boolean = AccessKeyManager.isDisplayModeEnabled;
Public Shared ReadOnly Property IsDisplayModeEnabled As Boolean

Property Value

Boolean

bool

true if keytips are displayed and access keys enabled; otherwise, false.

Remarks

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