RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.DroppedDown Property

Indicates whether the drop-down list is currently displayed.

Pascal
property DroppedDown: Boolean;
C++
__property Boolean DroppedDown;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!