TabControl/TabPage with Image an color on Tab ...

  • Thread starter Thread starter azerty
  • Start date Start date
A

azerty

Hello

I search the better way to implement a TabColor property and ImageIndex
property on TabPage control on Compact framework CF

Paint event is not visible on TabControl or TabPage control in visual Studio
but if I use it with manual code, I can draw someting on TabPage area but
not on the "tab" place !!
TabControl.Paint event is never launch ...

Thanks for your help !
 
You can't paint on the Tabs themselves, this is a standard control and has
no support for images, only text. If you want more you'll have to build your
own custom tab control replacement.

Peter
 
I've never seen anyone come up with an implemented solution to the "TabPage
with images" request.

Cheers
Daniel
 
Thank for your help, peter

do you know an existing component to do this ? FreeWare ShareWare or
commercial product ?
 
Back
Top