NetXP 3.0 Reference

IListBarRenderer.DrawBar Method 

Draws a list bar group's background and contents (items).

[Visual Basic]
Sub DrawBar( _
   ByVal bar As ListBar, _
   ByVal group As ListBarGroup, _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle _
)
[C#]
void DrawBar(
   ListBar bar,
   ListBarGroup group,
   Graphics g,
   Rectangle bounds
);

Parameters

bar
The list bar.
group
The list bar group.
g
The graphics object.
bounds
The group's bounding rectangle.

See Also

IListBarRenderer Interface | NETXP.Controls.Bars Namespace