PictureButton Xojo Plugin

PictureButton.ButtonType Property

Configures how the button should behave, normal, sticky, toggle.

ButtonType as Integer {Read and Write}

Remarks

0 - Button, normal push button
1 - Toggle, remains in the down position until clicked again.
2 - Sticky, remains in the down position when clicked until changed back from code.

See Also

PictureButton Control