| Visual Basic (Declaration) | |
|---|---|
Public Class SharedControlsCollection Inherits DisposableObjectCollectionBase | |
| C# | |
|---|---|
public class SharedControlsCollection : DisposableObjectCollectionBase | |
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.
