PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: martinp on May 22, 2026, 01:03:52 PM

Title: Pxplus 2026 - Square buttons default no hover highlight?
Post by: martinp on May 22, 2026, 01:03:52 PM
Neat square buttons but does the default not highlight the button on hover? 
Title: Re: Pxplus 2026 - Square buttons default no hover highlight?
Post by: Devon Austen on May 22, 2026, 02:29:25 PM
Hi Martin,

When creating a button and not customizing it PxPlus will use a default Windows button that is 3d looking and rounded and has a hover color around the border.

As soon as you start customizing the look of the button PxPlus has to draw that button itself. This means that all the colors are controlled by the properties. By default there is no hover border color but it can be set. You can set it via the HoverBorderColor$ property via code (Post display logic) or you can set it via a visual class/theme. There is also a hover color attribute that will change the color of the text on hover for you if you like that instead of the border color change.