OverviewExamples
| 
 RadioButton.SetEnabled (  | 
RadioButton.SetEnabled("Radio Two", true);
Enables the radiobutton object named "Radio Two."
RadioButton.SetEnabled("RadioButton4", false);
Disables the radiobutton object named "RadioButton4."
See also: Related Actions