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. | |