Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
TreeView.setHideSelection
Sets a boolean value indicating whether the selected node in the tree view control remains highlighted when the control loses the focus.
Syntax
public void setHideSelection( boolean value )
Parameters
value
Set to true if the selected node does not appear highlighted when the tree view control loses the focus; set to false if the selected node still appears highlighted when the tree view control loses the focus. The default value is true.
See Also getHideSelection