BevelButton.ButtonStyles
From Xojo Documentation
Enumeration
Specifies the visual style of the button itself.
Values
Value | Description |
---|---|
PushButton | Remains in the “down” position until mouse is released. |
ToggleButton | Remains in the “down” position until clicked again. |
StickyButton | Remains in the “down” position when clicked. |