SetState()

For a Button object named myButton, to set the button status to Down, use the following syntax:

myButton.SetState(true)

Close