The PlusWnd::LstView_SetCheckedState function checks or unchecks an item in a ListViewControl.
LstView_SetCheckedState(
[string] ControlId,
[number] ItemIdx,
[boolean] CheckedState
);
No value is returned by this function.
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 |