CMenu::GetMenuItemCount

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
CMenu::GetMenuItemCount

Determines the number of items in a pop-up or top-level menu.

UINT GetMenuItemCount( ) const;
Return Value

The number of items in the menu if the function is successful; otherwise –1.

Example

See the example for CWnd::GetMenu.

Requirements

Header: afxwin.h

See Also

Reference

Other Resources