Vcl.Controls.TControlAction.EnableDropdown

From RAD Studio API Documentation

Delphi

property EnableDropdown: Boolean read FEnableDropdown write SetEnableDropdown default 0;

C++

__property EnableDropdown = {default=0};

Properties

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

Description

Controls whether the drop-down menu assigned to this action is enabled. {{#multireplace:Vcl.Controls.TControlAction.EnableDropdown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TCustomControlAction.EnableDropdown|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.EnableDropdown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Controls whether the drop-down menu assigned to this action is enabled.

Use EnableDropdown to set or check whether the drop-down menu assigned to this action is available for the user. To disable a drop-down menu, set EnableDropdown to False. To enable a drop-down menu, set EnableDropdown to True.

The default value for EnableDropdown is False.

Note: This is available for Windows Vista, Windows 7, or later Windows operating systems only.

See Also