Vcl.StdCtrls.TCustomCombo.DroppedDown
Delphi
property DroppedDown: Boolean read GetDroppedDown write SetDroppedDown;
C++
__property bool DroppedDown = {read=GetDroppedDown, write=SetDroppedDown, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
Indicates whether the drop-down list is currently displayed.
Read DroppedDown to determine whether the drop-down list is visible. Set DropDown to drop the list down or close it up. DroppedDown is true when the drop-down list is open, and false when it is closed.