RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.GetDroppedDown Method

Returns the value of the DroppedDown property.

Pascal
function GetDroppedDown: Boolean;
C++
__fastcall Boolean GetDroppedDown();

GetDroppedDown is the read implementation of the DroppedDown property. It returns true if the drop-down list is showing. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!