Returns or sets the name of the drop down popup menu.
Object.MenuDropDown [ = sMenuDropDown ]
The MenuDropDown property syntax has the following parts:
Name |
Type |
Description |
Object |
AToolBarButton |
AToolBarButton class |
sMenuDropDown |
BString |
The name of the drop down popup menu |
This allows the user to click on the down arrow of the AToolBarButton object to display the associated popup menu.
The following statement sets the name of the drop down popup menu:
tbrbOptions.MenuDropDown="mnuToolOptions"