4 references to hMenu
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
763
if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.
hMenu
!= IntPtr.Zero)
765
return mbi.
hMenu
;
895
mbi.
hMenu
!= IntPtr.Zero &&
898
return UnsafeNativeMethods.GetSubMenu(mbi.
hMenu
, 0);