TAdvSmoothbutton

Is it possible to :

- have new property to a border color when simpleLayout property is true.

- not fire onclick event when mouse is not over the component. (When i click on a bouton (mouse is down) and i move the mouse out of the button i don't want when i mouse up that the onclick event fire)

The Simplelayout is designed and used in combination with metro style apps. there the buttons do not have a border. Currently it is not possible to add a border to the button in simplelayout mode. Actually, there is no "border" on normal layout mode, only a bevel.


TAdvSmoothButton triggers a click event when the mouse is outside the button. This is different from a standard button but is designed for touch screen purposes.

Perhaps you should take a look at the TAdvGlowButton?

Kind Regards, 
Pieter