The PlusWnd::LstView_GetCheckedState function returns the checked state of an item in a ListViewControl.
[boolean] LstView_GetCheckedState(
[string] ControlId,
[number] ItemIdx
);
A boolean value. The return is true if the item is checked and false if it's unchecked.
This function typically fails for the following reason:
This function will only work if the List View control is in Report View mode with the "HasCheckboxes" attribute set to true.
Object | PlusWnd |
---|---|
Availability | Messenger Plus! Live 4.00 |