enum csMenu class messages
IN: NULL OUT: (int)ItemStyle
IN: NULL OUT: (bool)DropFlag
IN: (bool)DropFlag OUT: (csMenu *)menu if successful
csMenu class messages
IN: (int)DismissCode;
This command should be sent to a menu item object to set/unset the
check mark to the right of item. Usage example:
cscmdMenuPlaceItems
cscmdMenuCaptureMouse
IN: (csComponent *)Source;
OUT: NULL if mouse has been captured
cscmdMenuSetItem
IN: (csComponent *)Item;
OUT: NULL if successfull
cscmdMenuSetLastItem
cscmdMenuQueryDropFlag
IN: NULL
OUT: (bool)DropFlag
cscmdMenuSetDropFlag
IN: (bool)DropFlag
OUT: (csMenu *)menu if successful
cscmdMenuItemCheck
menu->GetChild (cscmdQuit)->SendCommand (cscmdMenuItemCheck, true);
IN: (bool)true (set) or false (unset)
cscmdMenuItemGetStyle
IN: NULL
OUT: (int)ItemStyle
cscmdMenuItemFindId
IN: (int)id;
OUT: (csComponent *)menuitem or NULL
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de