PushButton.MacButtonStyle

From Xojo Documentation


Design Property (as Integer)
This PushButton property can only be set in the Inspector and is not available in code.

Applies the selected button style to the PushButton. This is a macOS-only property. You can only set the MacButtonStyle Property in the IDE, not in code.


Notes

The styles are not shown in the Layout Editor in the IDE, but you'll see them in your macOS app when you run it.

While you cannot set this property at runtime, you can determine which style is set by comparing it with PushButton.MacButtonStyles.

See Also

PushButton