Sets a boolean value indicating whether the list box of the combo box is currently dropped down.
public final void setDroppedDown( boolean value )
value
Set to true if the list box of the combo box is dropped down; otherwise, set to false. The default value is false.
See Also getDroppedDown