PulldownMenu


Action for a pulldown menu, or for a submenu in a pulldown menu.

A pulldown menu consists of a number of menu alternatives that either are pushbuttons or
submenus.
The number of alternatives in the menu is configured in ItemMask, a menu can contain up to 32
menu alternatives. For each alternative you choose an action type. For pushbuttons you can
choose between SetDig, ResetDig, ToggleDig, Command, Help, OpenGraph, CloseGraph, OpenURL
and IncrAnalog. Submenus should have action type PulldownMenu, and for this you configure
the number of menu alternatives and the actiontypes in the same way as for a pulldown menu.
Submenus can be built in an unlimited number of levels.

Attribute                               Description
Text                       Pulldown menu text.
PulldownMenu.ItemMask                       Mask that states the number of menu alternatives.
PulldownMenu.ItemText1                       Text of the first menu alternative.
PulldownMenu.ItemDyn1                       Dynamic for the first menu alternative. Contains
                      action type, and possible access, for the alternative.
PulldownMenu.ItemText2                       Text of the second menu alternative.
PulldownMenu.ItemDyn2                       Dynamic for the second menu alternative.