|
|
Type of menu item, can be one of the following values:
- MFT_STRING
A normal string menu item.
- MFT_BITMAP
A bitmap menu item. When the menu item is this type, the member typedata will be the pointer to the normal BITMAP object, the member uncheckedbmp will be the pointer to the hilighted BITMAP object, the member checkedbmp will be the pointer to the checked BITMAP object.
- MFT_BMPSTRING
A bitmap menu item followed by a string. When the menu item is this type, the member typedata will be the pointer to the text string, the member uncheckedbmp will be the pointer to the normal BITMAP object, and the member checkedbmp will be the pointer to the checked BITMAP object.
- MFT_SEPARATOR A separator in menu.
- MFT_RADIOCHECK
A normal string with a radio check mark.
Definition at line 6003 of file window.h. |