Microsoft SDK for Java

TreeView.setSorted

Sets a boolean value indicating whether the nodes in the tree view control are sorted alphabetically.

Syntax

public void setSorted( boolean value )

Parameters

value

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

See Also   getSorted

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