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 the app has started an access key sequence.
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 an access key sequence has started; otherwise, false.