NetXP 3.0 Reference

ICommandBarRenderer.DrawCommandBarBackground Method 

Draws the command bar background.

[Visual Basic]
Sub DrawCommandBarBackground( _
   ByVal bar As CommandBar, _
   ByVal g As Graphics, _
   ByVal rect As Rectangle, _
   ByVal vertical As Boolean _
)
[C#]
void DrawCommandBarBackground(
   CommandBar bar,
   Graphics g,
   Rectangle rect,
   bool vertical
);

Parameters

bar
The command bar.
g
The graphics object.
rect
The command bar bounds.
vertical
Is the bar vertical?

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace