SECStdMenuBtn::GetMenu
CMenu*SECStdMenuBtn::GetMenu(void)
Returns a CMenu pointer to the button submenu.
Defined in: stdmenubtn.cpp
Return Value
A pointer to a CMenu object whose m_hMenu member contains a handle to the pop-up menu if a pop-up menu exists; otherwise NULL. If a CMenu object does not exist, then a temporary one is created. The CMenu pointer returned should not be stored.