Loading...
 

Menu

Menu

Menu(name, SELECT_MULTIPLE), Menu(name), Menu

A menu is defined by the statement Menu and the items assigned as child objects (see example).

The menu must not be defined in the window behind the toolbar definition.

Flags
Flag Description
SELECT_MULTIPLE If among the items belonging to the menu there are several with the CHECK_MARK flag, flag SELECT_MULTIPLE determines that the items can be selected independently. Without SELECT_MULTIPLE, the previously active item is deselected when selecting a check-marked item, i.e. only one item is selected at a time.