CMenu::FromHandle

Call this member function to obtain a pointer to a CMenu object when you have a Windows handle to a menu.

Syntax

static CMenu* PASCAL FromHandle( HMENU hMenu );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CMenu Overview, CMenu Member Functions, Menu Classes