RadioButton.SetVisible

RadioButton.SetVisible ( 

string  ObjectName,

boolean Visible = true )

Example 1

RadioButton.SetVisible("Radio3", true);

Makes the "Radio3" radiobutton object visible.

Example 2

RadioButton.SetVisible("Intro", false);

Hides the radiobutton object named "Intro."

Example 3

RadioButton.SetVisible("Custom12");

Makes the radiobutton object named "Custom12" visible.

See also:  Related Actions