 |
GetSubMenu ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves a handle to the drop-down menu or submenu activated by the specified menu item. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HMENU GetSubMenu(
HMENU hMenu,
int nPos
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetSubMenu IN user32;
INTEGER hMenu,;
INTEGER nPos
|
 |
 |
 |
| Parameters: |
 |
hMenu
[in] Handle to the menu.
nPos
[in] Specifies the zero-based relative position in the specified menu of an item that activates a drop-down menu or submenu. |
 |
 |
| Return value: |
 |
| 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. |
 |
 |
| Word Index links for the GetSubMenu : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-10-04 00:13:20 | | Modified: | 2005-10-04 00:14:45 | Visited in last 7 days: 19 |