CoreCompatibilityPreferences.IsAltKeyRequiredInAccessKeyDefaultScope Property

Definition

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.

Applies to