NetXP 3.0 Reference

OfficeXP.DrawContainerBackground Method 

Internal. See ICommandBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawContainerBackground( _
   ByVal dock As CommandBarDock, _
   ByVal g As Graphics, _
   ByVal clip As Rectangle _
) Implements _
   ICommandBarRenderer.DrawContainerBackground
[C#]
public void DrawContainerBackground(
   CommandBarDock dock,
   Graphics g,
   Rectangle clip
);

Parameters

dock
g
clip

Implements

ICommandBarRenderer.DrawContainerBackground

See Also

OfficeXP Class | NETXP.Controls.Bars.CommandBarRenderers Namespace