Infragistics3.Wpf.DockManager.v8.1
UnpinnedTabArea Class
See Also  Members  
Infragistics.Windows.DockManager Namespace : UnpinnedTabArea Class

Represents a custom tabcontrol displayed on each outer edge of the XamDockManager that is used to display the unpinned ContentPane instances.

Syntax

Visual Basic (Declaration) 
Public Class UnpinnedTabArea 
   Inherits TabControl
   Implements IPaneContainer, IGeneratorHost 
C# 
public class UnpinnedTabArea : TabControl, IPaneContainer, IGeneratorHost  

See Also