DEFINE DROPDOWN MENU
  

Creates a dropdown menu definition.

SYNTAX

DEFINE DROPDOWN MENU BUTTON <ToolBarDropDownButtonName> [ OF<ParentWindowName> ]

MENUITEM <cItemCaption>
ACTION <
ActionProcedureName> | <bBlock>
[ NAME <
MenuItemName>]
[ IMAGE <
cImageName> | ICON <cIcon> ] ]
[ CHECKMARK <cImageMark> ]
[ FONT <
cFont> ]
[ CHECKED ]
[ DISABLED ]
[ MESSAGE <
cMessage> ]
[ BREAKMENU ]
...
...
[ SEPARATOR ]
...
...

END MENU

MenuItem Properties:

·     Name (R)
·     Checked
·     Enabled

R: Read-Only