MenuDropDown Property (AToolBarButton)

Returns or sets the name of the drop down popup menu.

Syntax

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

Comments

This allows the user to click on the down arrow of the AToolBarButton object to display the associated popup menu.

Example

The following statement sets the name of the drop down popup menu:

tbrbOptions.MenuDropDown="mnuToolOptions"

Applies to

AToolBarButton

See Also

MenuCommand, Name, Prompt