Vcl.ActnCtrls.TCustomDropDownButton.DroppedDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DroppedDown: Boolean read FDroppedDown;

C++

__property bool DroppedDown = {read=FDroppedDown, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomDropDownButton

Description

Indicates whether the drop-down list is currently displayed.

DroppedDown is used to determine whether the drop-down list is visible. DroppedDown is True when the drop-down list is open, and False when it is closed.