Toggle

A Toggle acts as a simple on-off switch or check-box.

Toggle Looks

All toggles look like checkboxes.

Toggle Properties

Standard Properties:
caption, class, enabled, graphic, height, left, look, parent, proto, sizeHControl, sizeVControl, top, version, visible, width.

status integer (0-1)
This property reflects the Toggle's state: if status is 1, then the Toggle is on; if status is 0, then the Toggle is off.

Toggle Events

_changed()

_changed( self AS component )

This event is generated when the user clicks on the Toggle and turns it on or off.

Pass:

self component
The Toggle experiencing the event.

Toggle Actions

None.