NetXP 3.0 Reference

IDockingRenderer.DrawVerticalTabBorder Method 

Draws the border for a tab stub.

[Visual Basic]
Sub DrawVerticalTabBorder( _
   ByVal item As VerticalTab, _
   ByVal g As Graphics, _
   ByVal edge As Edge, _
   ByVal drawTabs As ArrayList, _
   ByVal selectedIndex As Integer _
)
[C#]
void DrawVerticalTabBorder(
   VerticalTab item,
   Graphics g,
   Edge edge,
   ArrayList drawTabs,
   int selectedIndex
);

Parameters

item
The tab stub.
g
The graphics object.
edge
The edge.
drawTabs
Array of DrawTab objects.
selectedIndex
The selected tab index.

See Also

IDockingRenderer Interface | NETXP.Controls.Docking Namespace