NetXP 3.0 Reference
IListBarRenderer.DrawButton Method
Draws a list bar group's button.
[Visual Basic]
Sub DrawButton( _
ByVal
bar
As
ListBar
, _
ByVal
group
As
ListBarGroup
, _
ByVal
g
As
Graphics
_
)
[C#]
void
DrawButton(
ListBar
bar
,
ListBarGroup
group
,
Graphics
g
);
Parameters
bar
The list bar.
group
The list bar group.
g
The graphics object.
See Also
IListBarRenderer Interface
|
NETXP.Controls.Bars Namespace