API:Vcl.Controls.TControlAction.DropdownMenu

From RAD Studio API Documentation

Delphi

property DropdownMenu: TPopupMenu read FDropdownMenu write SetDropdownMenu;

C++

__property DropdownMenu;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControlAction

Description

DropdownMenu specifies the pop-up menu assigned to the selected action. {{#multireplace:Vcl.Controls.TControlAction.DropdownMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TCustomControlAction.DropdownMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TCustomControlAction.DropdownMenu|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

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 for Windows Vista, Windows 7, or later Windows operating systems only.

See Also