GetMenuItemCount function Null safety user32
- int hMenu
Determines the number of items in the specified menu.
int GetMenuItemCount(
HMENU hMenu
);
Implementation
int GetMenuItemCount(int hMenu) => _GetMenuItemCount(hMenu);
Determines the number of items in the specified menu.
int GetMenuItemCount(
HMENU hMenu
);
int GetMenuItemCount(int hMenu) => _GetMenuItemCount(hMenu);