Name
Button.Toggle -- create toggle button
Function
If you set this to True, a toggle button will be created. Toggle buttons 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