Gets the Header attached property from a tab. The tab is an ItemsControl contained in the Items collection
of this viewer.
Namespace: Ico.WPF.SpecializedAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Object GetTabHeader( ItemsControl tab ) |
Visual Basic |
---|
Public Function GetTabHeader ( _ tab As ItemsControl _ ) As Object |
JScript |
---|
public function GetTabHeader( tab : ItemsControl ) : Object |
Parameters
- tab
- Type: System.Windows.Controls..::..ItemsControl
Remarks
Only tabs created using the method CreateTab()()()() are supported