Messenger Plus! Live - Scripting Documentation

The PlusWnd::GetControlText function returns the text property of a ButtonControl, a CheckBoxControl, a RadioControl, a LinkControl, an EditControl, a RichEditControl, a RichStaticControl or a StaticControl.

Syntax

[string] GetControlText(
    [string] ControlId
);

Parameters

ControlId
[string] Unique identifier of the control.

Return Value

A string containing the text property of the control specified in parameter. The meaning of this string is specific to each type of control.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object, SetControlText.