TreeView.setCheckBoxes

Overview | Methods | This Package | All Packages

TreeView.setCheckBoxes

Sets a boolean value indicating whether a check box appears next to each node in the tree view control.

Syntax

public void setCheckBoxes( boolean value )

Parameters

value

Set to true if a check box appears next to each node in the tree view control; otherwise, set to false. The default value is false.

See Also   getCheckBoxes