NetXP 3.0 Reference

ICommandBarRenderer.DrawContainerBackground Method 

Draws the background of the command bar dock.

[Visual Basic]
Sub DrawContainerBackground( _
   ByVal dock As CommandBarDock, _
   ByVal g As Graphics, _
   ByVal clip As Rectangle _
)
[C#]
void DrawContainerBackground(
   CommandBarDock dock,
   Graphics g,
   Rectangle clip
);

Parameters

dock
The dock.
g
The graphics object.
clip
The clipping rectangle.

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace