Messenger Plus! Live - Scripting Documentation

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

Syntax

SetControlText(
    [string] ControlId,
    [string] Text
);

Parameters

ControlId
[string] Unique identifier of the control.
Text
[string] Text to set in the control.

Return Value

No value is returned by this function.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object, GetControlText.