Microsoft SDK for Java

ComboBox.setSorted

Sets a boolean value indicating whether the items in the combo box are sorted alphabetically.

Syntax

public final void setSorted( boolean value )

Parameters

value

Set to true if the list is sorted alphabetically; otherwise, set to false. The default value is false.

See Also   getSorted

© 1999 Microsoft Corporation. All rights reserved. Terms of use.