Name
Treeviewleaf.GetState -- get checkbox toggle state
Synopsis
state = moai.DoMethod(id, "GetState", column)
Function
Returns the toggle state of the checkbox in the specified column. This is either True if the checkbox is selected or False otherwise.

Inputs
id
id of the leaf
column
column index of the checkbox
Results
state
True if the checkbox is selected, False otherwise

Show TOC