Messenger Plus! Live - Scripting Documentation

The OnWindowidEvent_LstBoxDblClicked event is fired when an item in a ListBoxControl is double clicked.

Syntax

OnWindowidEvent_LstBoxDblClicked(
    [object] PlusWnd,
    [string] ControlId
);

Parameters

PlusWnd
[object] The PlusWnd object attached to the window that generated the event.
ControlId
[string] Unique identifier of the control that generated the event.

Return Value

No value has to be returned by this event.

Remarks

The index of the newly selected item can be retrieved with PlusWnd::LstBox_GetCurSel.

Event Information

Event Source Interface Windows
Availability Messenger Plus! Live 4.01

See Also

Script Windows Events, PlusWnd Object, PlusWnd::LstBox_GetCurSel.