Version

SharedControlsCollection Class

Collection of the controls that are shared across tabs.
Syntax
'Declaration
 
Public Class SharedControlsCollection 
   Inherits Infragistics.Shared.DisposableObjectCollectionBase
public class SharedControlsCollection : Infragistics.Shared.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.

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