OverviewExamples
| 
 Button.SetEnabled (  | 
Button.SetEnabled("Button4", true);
Enables the button object named "Button4."
Button.SetEnabled("My Lovely Little Button", false);
Disables the button named "My Lovely Little Button."
See also: Related Actions