Reference
Reference a globally-defined item outside of an action bar template.
item ITEM_NAME
ITEM_NAME
The identifier for a pulldown, button, choice, or separator previously defined outside of an action bar template.
Description
Only items defined outside of an action bar template can be referenced in an action bar template.
Example
# This is a pulldown choice defined outside of an
# action bar template.
checked choice OpenFile text "~Open File"
# This is the Action Bar Template.
action bar MainMenu is
pulldown FileMenu text "File"
item OpenFile # Item ref to predefined choice
...
end pulldown
...
end action bar
See Also
button Definition
choice Definition
pulldown Definition
separator Definition