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

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

Show TOC