NetXP 3.0 Reference

Renderers.Office2003.DrawTab Method 

Internal. See IDockingRenderer

[Visual Basic]
NotOverridable Public 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 _
) Implements _
   IDockingRenderer.DrawTab
[C#]
public 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

Implements

IDockingRenderer.DrawTab

See Also

Renderers.Office2003 Class | NETXP.Controls.Docking Namespace