| Visual Basic (Declaration) | |
|---|---|
Public Class UltraTab Inherits KeyedSubObjectBase Implements IKeyedSubObject, IKeyedSubObjectEx, ITabItem | |
| C# | |
|---|---|
public class UltraTab : KeyedSubObjectBase, IKeyedSubObject, IKeyedSubObjectEx, ITabItem | |
The tabs are maintained in their original order in the UltraTabsCollection.
The tabs are also maintained in their current display order in the VisibleTabsCollection.
The VisibleTabs collection contains all tabs, including tabs whose UltraTab.Visible property is false.
Note: The TabPage property returns the control that is used to parent child controls for this tab. In the case of an UltraTabStripControl the TabPage property always returns the control's UltraTabControlBase.SharedControlsPage.
The following sample code illustrates how to add tabs.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using System.Diagnostics; | |


~300.gif)
~300.gif)

~300.gif)
