1 out of 7 rated this helpful - Rate this topic

GetSubMenu function

Applies to: desktop apps only

Retrieves a handle to the drop-down menu or submenu activated by the specified menu item.

Syntax

HMENU WINAPI GetSubMenu(
  __in  HMENU hMenu,
  __in  int nPos
);

Parameters

hMenu [in]

Type: HMENU

A handle to the menu.

nPos [in]

Type: int

The zero-based relative position in the specified menu of an item that activates a drop-down menu or submenu.

Return value

Type: HMENU

If the function succeeds, the return value is a handle to the drop-down menu or submenu activated by the menu item. If the menu item does not activate a drop-down menu or submenu, the return value is NULL.

Examples

For an example, see Displaying a Shortcut Menu.

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Header

Winuser.h (include Windows.h)

Library

User32.lib

DLL

User32.dll

See also

Reference
CreatePopupMenu
GetMenu
Conceptual
Menus

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ