Hi there,
I've built a VCL based on TPageControl.
I've set the OwnerDraw property to True.
Here's why:
--
if Active Then Font.Style := [fsBold]
--
Now, I would like to paint bitmaps on the
left side of each tab captions.
OwnerDraw property cancels images painting...
Any idea?
Thanks in advance...
I've built a VCL based on TPageControl.
I've set the OwnerDraw property to True.
Here's why:
--
if Active Then Font.Style := [fsBold]
--
Now, I would like to paint bitmaps on the
left side of each tab captions.
OwnerDraw property cancels images painting...
Any idea?
Thanks in advance...