CoreCompatibilityPreferences.IsAltKeyRequiredInAccessKeyDefaultScope 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 or sets a value that indicates whether the user needs to use the ALT key to invoke a shortcut.
public:
static property bool IsAltKeyRequiredInAccessKeyDefaultScope { bool get(); void set(bool value); };
public static bool IsAltKeyRequiredInAccessKeyDefaultScope { get; set; }
static member IsAltKeyRequiredInAccessKeyDefaultScope : bool with get, set
Public Shared Property IsAltKeyRequiredInAccessKeyDefaultScope As Boolean
Property Value
true
if the user needs to use the ALT key to invoke a shortcut; otherwise, false
. The default is false
.
Remarks
If you use this property to change the behavior of WPF, you must change the property's value early in the app's lifetime, such in the constructor of the class that inherits from Application. After the value is read, you cannot change it again.