TreeView Xojo plugin

TreeViewCheckboxNode.Checked Property

This property returns true if the checkbox is in Checked or Mixed state, false if it is unchecked. Setting this property to true will make the checkbox checked and setting it to false will make the checkbox unchecked.

Checked as Boolean {Read and Write}

Remarks

See the State property to get more fine grade control over the node Checked state.

See Also

TreeViewCheckboxNode Class