Name
Treeviewleaf.SetDisabled -- set checkbox disabled state
Synopsis
moai.DoMethod(id, "SetDisabled", column, state)
Function
Sets the disabled state of the checkbox in the specified column. Pass True to disable the checkbox or False to enable it.

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

Show TOC