2.2.6.20.16 Menu::Menu

Description

Default constructor


copy constructor


constructor to load menu from resource


constructor from handle to menu

Syntax

Menu( )


Menu( Menu & menu )


Menu( HINSTANCE hInst, int nID, int nPos )


Menu( HMENU hMenu )

Parameters

menu
the original menu object whose copy is intended


hInst
handle to resource containing the menu
nID
resource ID of the menu
nPos
position of the popup menu to be loaded


hMenu
handle to an existing menu

Return

Examples

Remark

See Also

Header to Include

Control.h