RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlAction.DropdownMenu Property

DropdownMenu specifies the pop-up menu assigned to the selected control.

Pascal
property DropdownMenu: TPopupMenu;
C++
__property TPopupMenu DropdownMenu;

Assign a value to DropdownMenu to specify the pop-up menu for the down arrow part of the control to which this action is associated. If the control supports this specific style (like bsSplitButton, for buttons), you can associate a drop-down menu to the action. The association causes the menu to appear when you click the down arrow.

Note: This is available on Windows Vista only.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!