HwndSource.DefaultAcquireHwndFocusInMenuMode 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 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.