I would like to be able to apply a certain style to a handful of BitBtn in an application I am working on. I have applied a VCL style to skin my whole application.
From what I understood in reading on the web, I could define my own child class of the TBitBtn and then I could define a style hook for that given class.
I had it work with TLabel and TEdit, but I am not quite sure how to manage it for TButton or TBitBtn. Essentially, I'd like to apply a different background image to the custom TBitBtn rather than the one included in the theme.