| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property ExcludedSharedControls As SharedControlsCollection | |
| C# | |
|---|---|
public SharedControlsCollection ExcludedSharedControls {get;} | |
The following sample code illustrates how to share controls among tabs.
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using System.Diagnostics; | |
