NetXP 3.0 Reference

IListBarRenderer.DrawScrollButton Method 

Draws a scroll button.

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

Parameters

bar
The list bar.
sb
The scroll button.
g
The graphics object.

See Also

IListBarRenderer Interface | NETXP.Controls.Bars Namespace