Vcl.ActnCtrls.TCustomDropDownButton.DroppedDown

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property DroppedDown: Boolean read FDroppedDown;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomDropDownButton

Beschreibung

Legt fest, ob die Dropdown-Liste aktuell angezeigt wird.

Mit DroppedDown können Sie festlegen, ob die Dropdown-Liste angezeigt wird. DroppedDown hat den Wert True, wenn die Dropdown-Liste geöffnet ist und False, wenn sie geschlossen ist.