How to add image to the UltarTab Header
KeithDudley
if u want to add text along with image then write that line
Me.UltraTabPageControl1.Tab.Text = "ahmad"
if u need more info please visit the below link
http://ahmadkhalid44.blogspot.com/2013/05/how-to-add-imageicon-in-ultratool.html
HI KeithDudley
I m vb.net developer and i add image on ultratabcontrol in this way i hope that will be helpful to you
Regards:
Ahmad Khalid
Software Engineer
Hello,
You could use Appearance property and set the image to it, something like:
ultraTabControl1.Tabs[Index].Appearance.Image = Bitmap.FromFile("yourImage.jpg");