Microsoft SDK for Java

TreeView.getHideSelection

Retrieves a boolean value indicating whether the selected node in the tree view control remains highlighted when the control loses the focus.

Syntax

public boolean getHideSelection()

Return Value

Returns true if the selected node does not appear highlighted when the tree view control loses the focus; returns false if the selected node still appears highlighted when the tree view control loses the focus.

See Also   setHideSelection

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