NetXP 3.0 Reference

Office2003.DrawButton Method 

Internal. See IListBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawButton( _
   ByVal bar As ListBar, _
   ByVal group As ListBarGroup, _
   ByVal g As Graphics _
) Implements _
   IListBarRenderer.DrawButton
[C#]
public void DrawButton(
   ListBar bar,
   ListBarGroup group,
   Graphics g
);

Parameters

bar
group
g

Implements

IListBarRenderer.DrawButton

See Also

Office2003 Class | NETXP.Controls.Bars.ListBarRenderers Namespace