NetXP 3.0 Reference

IListBarRenderer.DrawBackground Method 

Draws a list bar's background.

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

Parameters

bar
The list bar.
g
The graphics object.

See Also

IListBarRenderer Interface | NETXP.Controls.Bars Namespace