Version

GetTabItemUIElement Method

Gets a UIElement that will be used to render the tab.
Syntax
'Declaration
 
Protected Overrides Function GetTabItemUIElement( _
   ByVal tab As Infragistics.Win.UltraWinTabs.ITabItem, _
   ByVal parentElement As Infragistics.Win.UIElement, _
   ByVal previousElement As Infragistics.Win.UIElement, _
   ByVal state As Infragistics.Win.UltraWinTabs.TabState _
) As Infragistics.Win.UIElement
protected override Infragistics.Win.UIElement GetTabItemUIElement( 
   Infragistics.Win.UltraWinTabs.ITabItem tab,
   Infragistics.Win.UIElement parentElement,
   Infragistics.Win.UIElement previousElement,
   Infragistics.Win.UltraWinTabs.TabState state
)

Parameters

tab
This is the tab to be rendered.
parentElement
The parent toolbar element.
previousElement
This is used for re-use purposes. It may be null but if not it should be re-used if possible.
state
The state of the tab.

Return Value

An instance of a class derived from Infragistics.Win.UIElement.
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