sprint 1-alpha
Public Member Functions
sprint::gtl::CMenuT< t_bManaged > Class Template Reference

Menu object. More...

#include <Menu.h>

List of all members.

Public Member Functions

 CMenuT (HMENU hmenu=NULL)
bool Check (int id, bool status)
 Check (BY COMMAND)
CMenuT< t_bManaged > & operator= (HMENU hMenu)
void Attach (HMENU hMenuNew)
HMENU Detach ()
 operator HMENU () const
bool IsNull () const
BOOL IsMenu () const
BOOL CreateMenu ()
BOOL CreatePopupMenu ()
BOOL LoadMenuIndirect (const void *lpMenuTemplate)
BOOL DestroyMenu ()
BOOL DeleteMenu (UINT nPosition, UINT nFlags)
UINT CheckMenuItem (UINT nIDCheckItem, UINT nCheck)
UINT EnableMenuItem (UINT nIDEnableItem, UINT nEnable)
 nEnable è una bitmask
CMenuHandle GetSubMenu (int index)
bool InsertItem (UINT uItem, bool fByPosition, const MENUITEMINFO &mii)
bool Append (UINT uFlags, UINT_PTR uIDNewItem, LPCTSTR lpNewItem)
bool Add (CMenuHandle handle, LPCTSTR lpNewItem)
 Add a submenu to menu.
bool AddSeparator ()
bool Add (int uIDNewItem, LPCTSTR lpNewItem)
 Add a SubItem to menu.

Detailed Description

template<bool t_bManaged>
class sprint::gtl::CMenuT< t_bManaged >

Menu object.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines