Messenger Plus! Live - Scripting Documentation
The PlusWnd::LstView_SetSelectedState function selects or
unselects an item in a ListViewControl.
Syntax
LstView_SetSelectedState(
[string] ControlId,
[number] ItemIdx,
[boolean] SelectedState
);
Parameters
- ControlId
- [string] Unique identifier of the control.
- ItemIdx
- [number] Index of the item which check state is to be
retrieved.
- SelectedState
- [boolean] True if the item is
to be selected, false if the item is to
be unselected.
Return Value
No value is returned by this function.
This function typically fails for the following reason:
- The PlusWnd object refers to a window that has been destroyed.
Remarks
None.
Function Information
Object |
PlusWnd |
Availability |
Messenger Plus! Live 4.00 |
See Also
PlusWnd Object,
LstView_GetSelectedState.