NetXP 3.0 Reference
IDockingRenderer.FillTabBackgrounds Method
Fills tab backgrounds.
[Visual Basic]
Sub FillTabBackgrounds( _
ByVal
ctl
As
TabControl
, _
ByVal
g
As
Graphics
, _
ByVal
pageAreaRect
As
Rectangle
, _
ByVal
tabsAreaRect
As
Rectangle
, _
ByVal
appearance
As
TabPosition
_
)
[C#]
void
FillTabBackgrounds(
TabControl
ctl
,
Graphics
g
,
Rectangle
pageAreaRect
,
Rectangle
tabsAreaRect
,
TabPosition
appearance
);
Parameters
ctl
g
pageAreaRect
tabsAreaRect
appearance
See Also
IDockingRenderer Interface
|
NETXP.Controls.Docking Namespace