NetXP 3.0 Reference

Renderers.WindowsDefault.DrawTabBorders Method 

Internal. See IDockingRenderer

[Visual Basic]
NotOverridable Public Sub DrawTabBorders( _
   ByVal ctl As TabControl, _
   ByVal g As Graphics, _
   ByVal positionAtTop As Boolean, _
   ByVal tabsAreaRect As Rectangle, _
   ByVal pixelBorder As Boolean, _
   ByVal pixelArea As Boolean, _
   ByVal hiddenPages As Boolean _
) Implements _
   IDockingRenderer.DrawTabBorders
[C#]
public void DrawTabBorders(
   TabControl ctl,
   Graphics g,
   bool positionAtTop,
   Rectangle tabsAreaRect,
   bool pixelBorder,
   bool pixelArea,
   bool hiddenPages
);

Parameters

ctl
g
positionAtTop
tabsAreaRect
pixelBorder
pixelArea
hiddenPages

Implements

IDockingRenderer.DrawTabBorders

See Also

Renderers.WindowsDefault Class | NETXP.Controls.Docking Namespace