NetXP 3.0 Reference

IDockingRenderer.DrawTab Method 

Draws a tab.

[Visual Basic]
Sub DrawTab( _
   ByVal ctl As TabControl, _
   ByVal page As TabPage, _
   ByVal g As Graphics, _
   ByVal highlightText As Boolean, _
   ByVal tabRects As ArrayList, _
   ByVal imageGapTopExtra As Integer, _
   ByVal selectedTextOnly As Boolean, _
   ByVal dimUnselected As Boolean, _
   ByVal boldSelected As Boolean, _
   ByVal appearance As TabPosition, _
   ByVal multiline As Boolean, _
   ByVal positionAtTop As Boolean _
)
[C#]
void DrawTab(
   TabControl ctl,
   TabPage page,
   Graphics g,
   bool highlightText,
   ArrayList tabRects,
   int imageGapTopExtra,
   bool selectedTextOnly,
   bool dimUnselected,
   bool boldSelected,
   TabPosition appearance,
   bool multiline,
   bool positionAtTop
);

Parameters

ctl
page
g
highlightText
tabRects
imageGapTopExtra
selectedTextOnly
dimUnselected
boldSelected
appearance
multiline
positionAtTop

See Also

IDockingRenderer Interface | NETXP.Controls.Docking Namespace