AccessKeyManager.IsDisplayModeEnabled Property

Definition

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.

Applies to

See also