HwndSource.DefaultAcquireHwndFocusInMenuMode Property

Definition

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

C#
public static bool DefaultAcquireHwndFocusInMenuMode { get; set; }

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

Produkt Verze
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also