NetXP 3.0 Reference

OfficeXP.DrawMenuBackground Method 

Internal. See ICommandBarRenderer

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

Parameters

g
rect
menuGapLocation
menuGapSize

Implements

ICommandBarRenderer.DrawMenuBackground

See Also

OfficeXP Class | NETXP.Controls.Bars.CommandBarRenderers Namespace