NetXP 3.0 Reference

WindowsDefault.DrawMenuShadowHorizontal Method 

Internal. See ICommandBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawMenuShadowHorizontal( _
   ByVal gr As Graphics, _
   ByVal rect As Rectangle, _
   ByVal menuGapLocation As Point, _
   ByVal menuGapSize As Integer _
) Implements _
   ICommandBarRenderer.DrawMenuShadowHorizontal
[C#]
public void DrawMenuShadowHorizontal(
   Graphics gr,
   Rectangle rect,
   Point menuGapLocation,
   int menuGapSize
);

Parameters

gr
rect
menuGapLocation
menuGapSize

Implements

ICommandBarRenderer.DrawMenuShadowHorizontal

See Also

WindowsDefault Class | NETXP.Controls.Bars.CommandBarRenderers Namespace