Neat square buttons but does the default not highlight the button on hover?
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.