Microsoft SDK for Java

ListBox.getSorted

Retrieves a boolean value indicating whether the items in the list box are sorted alphabetically.

Syntax

public final boolean getSorted()

Return Value

Returns true if the list is sorted alphabetically; otherwise, returns false.

Remarks

Retrieves a boolean value indicating whether the items in the list box are sorted alphabetically.

See Also   setSorted

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