HwndSource.DefaultAcquireHwndFocusInMenuMode Property

Definition

Gets or sets the default AcquireHwndFocusInMenuMode value for new instances of HwndSource.

public:
 static property bool DefaultAcquireHwndFocusInMenuMode { bool get(); void set(bool value); };
public static bool DefaultAcquireHwndFocusInMenuMode { get; set; }
static member DefaultAcquireHwndFocusInMenuMode : bool with get, set
Public Shared Property DefaultAcquireHwndFocusInMenuMode As Boolean

Property Value

true to acquire Win32 focus for the WPF containing window when the user interacts with menus; otherwise, false. The default is true.

Remarks

New instances of HwndSource have AcquireHwndFocusInMenuMode set to this default value, unless a different value is passed as a parameter to the HwndSource constructor for a specific instance, by using the AcquireHwndFocusInMenuMode property.

Applies to

See also