Is anyone aware of an existing Delphi component, that is
- properly themed like a TButton (has a fade in/fade out effect upon mouse hover in Windows 7 and above)
- supports Glyphs like TBitBtn but WITHOUT using ImageLists (the same way TBitBtn does).
If there is no such component available, would it be possible to modify TBitBtn's themed behaviour to replicate that of a TButton? I'm not a master of theming, but maybe you could get the different fade-in fade-out phases from ThemeServices? Or would you have to create the fade effect yourself from avaraging between the hot and non-hot state?