Version

UltraTabControl Class

Infragistics' UltraTabControl. This control is a functional superset of the TabControl provided by Microsoft.
Syntax
'Declaration
 
Public Class UltraTabControl 
   Inherits UltraTabControlBase
   Implements Infragistics.Shared.Serialization.ICodeDomSerializable, Infragistics.Shared.Serialization.ICodeDomSerializableEX, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraTabControl : UltraTabControlBase, Infragistics.Shared.Serialization.ICodeDomSerializable, Infragistics.Shared.Serialization.ICodeDomSerializableEX, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

UltraTabControl and UltraTabStripControl control both derive from the abstract base class UltraTabControlBase since the functionality of both controls is very similar.

The main difference is that the UltraTabControl creates a separate UltraTabPageControl for each tab so it can easily contain a separate set of child controls. This is similar to the functionality exposed by the TabControl provided by Microsoft.

In contrast, the UltraTabStripControl is a light weight control that re-uses its UltraTabControlBase.SharedControlsPage as the TabPage for every tab.

Note: the UltraTabStripControl can be easily bound to a data source via its UltraTabStripControl.DataSource, UltraTabStripControl.DataMember, UltraTabStripControl.TabKeyMember, UltraTabStripControl.TabTextMember, UltraTabStripControl.ToolTipTextMember, UltraTabStripControl.SortMember and UltraTabStripControl.SortDirection properties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also