Close TAb-Page Button on Tag

  • Thread starter Thread starter Erez - Bgumail
  • Start date Start date
E

Erez - Bgumail

Hi,
I trying to find a Tab Page with close button on the Tag of the tab.
the other option is to add a button to the tab-control and to close the
selected tab.
Is anyone know how to do it?
Thanks,
Erez
 
Erez - Bgumail said:
Hi,
I trying to find a Tab Page with close button on the Tag of the tab.
the other option is to add a button to the tab-control and to close the
selected tab.

You can surely add a button and close the selected tab but the code invloved
to do that may be not that trivial. Have a look at www.codeproject.com.
There are several custom tab systems here, open source and free to use, with
the source code, an article explaining how they did the component and
generally and sample application. I don't know if you will find exactly what
you are looking for but i know that there are some VS .NET style tab systems
out there.
 
i mean the rectangular on the top of the tabpage , the one you click to move
from tabpage to tabpage in the tabcontrol. i asking if you know how to add a
close button to this tabpage.
now it's clear?
Thanks
Erez
 
* "Erez - Bgumail said:
i mean the rectangular on the top of the tabpage , the one you click to move
from tabpage to tabpage in the tabcontrol. i asking if you know how to add a
close button to this tabpage.
now it's clear?

Thank you for the explanation. It's clear now, but I do not have a good
tip.
 
Back
Top