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

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

Show TOC