RadioButton.SetEnabled

RadioButton.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Example 1

RadioButton.SetEnabled("Radio Two", true);

Enables the radiobutton object named "Radio Two."

Example 2

RadioButton.SetEnabled("RadioButton4", false);

Disables the radiobutton object named "RadioButton4."

See also:  Related Actions