Version

DrawPropertyTab Method

Renders a property page style tab.
Syntax
'Declaration
 
Protected Sub DrawPropertyTab( _
   ByVal side As TabOrientation, _
   ByVal rect As Rectangle, _
   ByRef drawParams As UIElementDrawParams, _
   ByVal baseColor As Color, _
   ByVal tab As ITabItem _
) 
protected void DrawPropertyTab( 
   TabOrientation side,
   Rectangle rect,
   ref UIElementDrawParams drawParams,
   Color baseColor,
   ITabItem tab
)

Parameters

side
Side where the tab is located
rect
Rectangle encompassing the tab
drawParams
The Infragistics.Win.UIElementDrawParams used to provide rendering information.
baseColor
Base color used to render the borders
tab
Tab item for which the border is being rendered
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