|
PlusWnd::LstView_GetSelectedState
The PlusWnd::LstView_GetSelectedState function returns
the selection state of an item in a ListViewControl.
Syntax
[boolean] LstView_GetSelectedState(
[string] ControlId,
[number] ItemIdx
);
Parameters
- ControlId
- [string] Unique identifier of the control.
- ItemIdx
- [number] Index of the item which selection state will be
retrieved.
Return Value
A boolean value that's true if the
item is selected and false is the item
is not.
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_SetSelectedState.
|