NetXP 3.0 Reference

ICommandBarRenderer.DrawMenuScrollArrow Method 

Draws a scroll bar arrow on a scrollable popup menu.

[Visual Basic]
Sub DrawMenuScrollArrow( _
   ByVal bounds As Rectangle, _
   ByVal g As Graphics, _
   ByVal up As Boolean _
)
[C#]
void DrawMenuScrollArrow(
   Rectangle bounds,
   Graphics g,
   bool up
);

Parameters

bounds
The arrow's bounds.
g
The graphics object.
up
Is this an up arrow?

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace