Just started to experiment wiuth custom drawn Controls.
I placed a tCDButton on a form, and the button renders ok.
When I run the application it renders much differently, ie I get a dotted line as a bevel.
is there a way to change this?
i was assuming that custom control would give my access to all drawn parts, ir change the border color, width and style as well as background and text.
Am I missing something.
Win 10 64, laz 1.8rc5
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs,
CustomDrawnControls,customdrawn_common;