VISIO::TOGGLE_SET_STATUS (int button, int status)

Description: Sets the status of a toggle button. The button and the status are passed as arguments. If the toggle button must be 'pressed', then the status of the button is '1'. A released button has status '0'.

Example: VISIO::TOGGLE_SET_STATUS(toggle, 1)