Messenger Plus! Live - Scripting Documentation

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:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object, LstView_SetSelectedState.