NetXP 3.0 Reference

ICommandBarRenderer.DrawFloatingWindowBackground Method 

Draws the background of a floating form.

[Visual Basic]
Sub DrawFloatingWindowBackground( _
   ByVal form As FloatingForm, _
   ByVal bar As CommandBar, _
   ByVal g As Graphics _
)
[C#]
void DrawFloatingWindowBackground(
   FloatingForm form,
   CommandBar bar,
   Graphics g
);

Parameters

form
The floating form.
bar
The command bar inside the form.
g
The graphics object.

See Also

ICommandBarRenderer Interface | NETXP.Controls.Bars Namespace