Name
Button.Toggle -- create toggle button
Function
If you set this to True, the button will be a toggle button that can have two states: On and off. You can use the Button.Selected attribute to toggle states and get notified about user toggle events.

By default, the button will be a normal button.

Type
Boolean

Applicability
I


Show TOC