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
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