I have a requirement for showing vertical tab control with images and text in it and when i click on each tab it should display a perticular form for that tab. It should look something like the existing tab control but it should be vertical and should be able to display images along with related text.
Hello,
UltraTabControl has a property TabOrientation, which determine where the tabs are displayed.
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.UltraWinTabControl.v11.1~Infragistics.Win.UltraWinTabControl.UltraTabControlBase~TabOrientation.html
Also UltraTab object has an appearance properties, from which you could set an image for this tab UltraTab.Appearance.Image = Image;
More about UltraTab, you could find here:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/Infragistics2.Win.UltraWinTabControl.v11.1~Infragistics.Win.UltraWinTabControl.UltraTab_members.html
Please let me know if you have any further questions or I am missing something.
thanks for the quick reply - Hady and Hristo.
Is there any way i can see the demo of this UltraTab control for windows forms applications. please do share me the link.