4 references to hMenu
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
747
if (GetMenuBarInfo(hwnd, NativeMethods.OBJID_SYSMENU, 0, out mbi) && mbi.
hMenu
!= IntPtr.Zero)
749
return mbi.
hMenu
;
879
mbi.
hMenu
!= IntPtr.Zero &&
882
return UnsafeNativeMethods.GetSubMenu(mbi.
hMenu
, 0);