The OnWindowidEvent_LstBoxDblClicked event is fired when an item in a ListBoxControl is double clicked.
OnWindowidEvent_LstBoxDblClicked( [object] PlusWnd, [string] ControlId );
No value has to be returned by this event.
The index of the newly selected item can be retrieved with PlusWnd::LstBox_GetCurSel.
Event Source | Interface Windows |
---|---|
Availability | Messenger Plus! Live 4.01 |
Script Windows Events, PlusWnd Object, PlusWnd::LstBox_GetCurSel.