Retrieves a handle to the drop-down menu or submenu activated by the specified menu item.
HMENU GetSubMenu( HMENU hMenu, int nPos );
int GetSubMenu(int hMenu, int nPos) => _GetSubMenu(hMenu, nPos);