Messenger Plus! Live - Scripting Documentation

The PlusWnd::GetControlHandle function returns the window's handle of any kind of control present in the window.

Syntax

[handle] GetControlHandle(
    [string] ControlId
);

Parameters

ControlId
[string] Unique identifier of the control.

Return Value

The window's handle of the control specified in parameter. If the control cannot be found, the return value is null.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object