MenuItemData Struct Reference

Contains extended information about extended menu item. More...

List of all members.

Public Member Functions

 MenuItemData (FontPtr font=FontPtr(new SmartWin::Font((HFONT)::GetStockObject(DEFAULT_GUI_FONT), false)), BitmapPtr image=BitmapPtr(new Bitmap((HBITMAP) NULL)), COLORREF textColor=::GetSysColor(COLOR_MENUTEXT))
 Creates new menu item with specified data.

Public Attributes

FontPtr Font
 Menu item font.
BitmapPtr Image
 Menu item image.
COLORREF TextColor
 Menu item text color.


Detailed Description

Contains extended information about extended menu item.

Back to SmartWin website
SourceForge.net Logo