Messenger Plus! Live - Scripting Documentation

The OnWindowidEvent_CtrlClicked event is fired when a ButtonControl, a CheckBoxControl, a RadioControl, a MenuButtonControl or a LinkControl is clicked.

Syntax

OnWindowidEvent_CtrlClicked(
    [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

None.

Event Information

Event Source Interface Windows
Availability Messenger Plus! Live 4.00

See Also

Script Windows Events, PlusWnd Object.