2 references to hMenu
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
1015
if (GetMenuBarInfo(_hwnd, UnsafeNativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.
hMenu
!= IntPtr.Zero)
1017
return mbi.
hMenu
;