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

Collection of the controls that are shared across tabs.

Syntax

Visual Basic (Declaration) 
Public Class SharedControlsCollection 
   Inherits DisposableObjectCollectionBase
C# 
public class SharedControlsCollection : DisposableObjectCollectionBase 

Remarks

The UltraTabControlBase's UltraTabControlBase.SharedControls property returns an instance of this collection that contains all of the child controls that were placed on the UltraTabControlBase.SharedControlsPage.

These controls will be automatically re-parented to each tab as it is selected.

Each UltraTab object exposes an property that also returns an instance of this collection.

The ExcludedSharedControls collection contains all of the shared controls that should not be re-parented to the tab when it is selected.

See Also