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

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 !
 
P

Peter Foot [MVP]

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
 
D

Daniel Moth

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

Cheers
Daniel
 
A

azerty

Thank for your help, peter

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top