Vcl.Controls.TControlAction.EnableDropdown

From RAD Studio API Documentation
Jump to: navigation, search

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.

Vcl.Controls.TControlAction.EnableDropdown inherits from Vcl.Controls.TCustomControlAction.EnableDropdown. All content below this line refers to Vcl.Controls.TCustomControlAction.EnableDropdown.

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