OverviewExamples
| 
 Button.SetState (  | 
Button.SetState("ToggleButton1", BTN_DOWN);
Sets the "ToggleButton1" button object to the down state.
Button.SetState("Homer Donut 3", BTN_UP);
Sets the "Homer Donut 3" button object to the up state.
See also: Related Actions