TreeNode.setChecked

Overview | Methods | This Package | All Packages

TreeNode.setChecked

Sets a boolean value that indicates whether the check box for the node is checked.

Syntax

public void setChecked( boolean value )

Parameters

value

Set to true to check the check box for the node; set to false to clear the check box.

Remarks

If the TreeView.checkBoxes property of the tree view control that contains this node is set to false, this method has no effect.

See Also   getChecked