AccessKeyManager.IsDisplayModeEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
See Access keys guidelines for more details.