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

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

Show TOC