TCustomdxBarComboControl.DroppedDown Property
Specifies whether a dropdown window is active.
Declaration
property DroppedDown: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Set DroppedDown to True to make a dropdown window visible and activate it. If you set DroppedDown to False, the dropdown window is hidden.
See Also