Is there any way to change the color of a button on Xojo for Windows?

I have used BevelButton succesfully, but today I use mostly a canvas subclass.

In many ways, today’s Windows design guidelines are close to web design.

[quote=308775:@Michel Bujardet]I have used BevelButton succesfully, but today I use mostly a canvas subclass.

In many ways, today’s Windows design guidelines are close to web design.[/quote]

Oh ok, so do you read the system settings for the theme to apply it to your app?

No.

[quote=308674:@] @Joost Rongen So … we can just subclass the bevelbutton, give it a color property and have it conditionaly build in for osx. Agreed Michel ?
[/quote]

I’ve done it. Going to replace the standard bevelbutton in my applications with this subclass in order to have exactly the same behavior on mac as I have on my default platform, which is windows. (button colored by the MouseEnter event)
Here is the testproject with the CustomBevelButton.

Since I got dark mode I"ve been wanting to change the default blue to something darker.