Name
Treeviewleaf.SetState -- set checkbox toggle state
Synopsis
moai.DoMethod(id, "SetState", column, state)
Function
Sets the toggle state of the checkbox in the specified column. Pass True to select the checkbox or False to unselect it.

Inputs
id
id of the leaf
column
column index of the checkbox
state
True if the checkbox should be selected, False otherwise

Show TOC