Overview | Methods | This Package | All Packages
Sets a boolean value indicating whether the list box of the combo box is currently dropped down.
Syntax
public final void setDroppedDown( boolean value )
Parameters
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