NetXP 3.0 Reference

IDockingRenderer.DrawVerticalTabOutline Method 

Draws a tab stub outline.

[Visual Basic]
Sub DrawVerticalTabOutline( _
   ByVal item As VerticalTab, _
   ByVal g As Graphics, _
   ByVal pre As Boolean, _
   ByVal edge As Edge _
)
[C#]
void DrawVerticalTabOutline(
   VerticalTab item,
   Graphics g,
   bool pre,
   Edge edge
);

Parameters

item
The tab stub.
g
The graphics object.
pre
edge
The edge.

See Also

IDockingRenderer Interface | NETXP.Controls.Docking Namespace