NetXP 3.0 Reference

ICommandBarRenderer.DrawMenuShadowVertical Method 

Draws a vertical popup menu shadow.

[Visual Basic]
Sub DrawMenuShadowVertical( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle _
)
[C#]
void DrawMenuShadowVertical(
   Graphics g,
   Rectangle rect
);

Parameters

g
The graphics object.
rect
The shadow's bounding rectangle.

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace