Infragistics2.Win.UltraWinTabControl.v8.1
UltraTabSharedControlsPage Class
See Also  Members  
Infragistics.Win.UltraWinTabControl Namespace : UltraTabSharedControlsPage Class

This control contains all of the controls that are shared between tabs.

Object Model



Syntax

Visual Basic (Declaration) 
Public Class UltraTabSharedControlsPage 
   Inherits UltraTabPageControl
   Implements IEmbeddedControl, IDockableControl 
C# 
public class UltraTabSharedControlsPage : UltraTabPageControl, IEmbeddedControl, IDockableControl  

Remarks

An instance of this control is automatically created for an UltraTabControl and UltraTabStripControl. It is returned by the UltraTabControlBase.SharedControlsPage property and contains all childs controls that are shared between tabs.

An UltraTabStripControl's UltraTab objects each return this shared page as their TabPage.

See Also