CheckBox.SetText

CheckBox.SetText ( 

string ObjectName,

string Text )

Description

Sets the text currently displayed on the checkbox object.

Parameters

ObjectName

(string) The name of the checkbox object.

Text

(string) The text you want to display on the checkbox object.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions