NetXP 3.0 Reference

Renderers.OfficeXP.FillTabBackgrounds Method 

Internal. See IDockingRenderer

[Visual Basic]
NotOverridable Public Sub FillTabBackgrounds( _
   ByVal ctl As TabControl, _
   ByVal g As Graphics, _
   ByVal pageAreaRect As Rectangle, _
   ByVal tabsAreaRect As Rectangle, _
   ByVal appearance As TabPosition _
) Implements _
   IDockingRenderer.FillTabBackgrounds
[C#]
public void FillTabBackgrounds(
   TabControl ctl,
   Graphics g,
   Rectangle pageAreaRect,
   Rectangle tabsAreaRect,
   TabPosition appearance
);

Parameters

ctl
g
pageAreaRect
tabsAreaRect
appearance

Implements

IDockingRenderer.FillTabBackgrounds

See Also

Renderers.OfficeXP Class | NETXP.Controls.Docking Namespace