RadioButton.SetText

RadioButton.SetText (

string ObjectName,

string Text )

Example 1

RadioButton.SetText("RadioButtonOne", "New Radio Button Text");

Sets the text of the radiobutton object named "RadioButtonOne" to "New Radio Button Text."

See also: Related Actions