NetXP 3.0 Reference

IListBarRenderer.DrawControlBorder Method 

Draws the border of a list bar.

[Visual Basic]
Sub DrawControlBorder( _
   ByVal bar As ListBar, _
   ByVal g As Graphics _
)
[C#]
void DrawControlBorder(
   ListBar bar,
   Graphics g
);

Parameters

bar
The list bar.
g
The graphics object.

See Also

IListBarRenderer Interface | NETXP.Controls.Bars Namespace