Previous Up Next

_APPitemBitmap
Add a new bitmap item (choice) in a menu.

ObjMenuItem _APPitemBitmap (
Chn _channel_
ObjMenu _menu_
I _flag_
ObjBitmap _bitmap_
)
Parameters

_channel_
proprietary channel
_menu_
any menu
_flag_
flag :
ME_CHECKED checked choice
ME_UNCHECKED unchecked choice
ME_DISABLED disabled choice
ME_ENABLED (default) accessible choice
ME_SEPARATOR not a choice, but only a separator : _choice_ is ignored
_bitmap_
any bitmap
Return value

new menu item