NetXP 3.0 Reference

OfficeXP.DrawFloatingWindowBackground Method 

Internal. See ICommandBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawFloatingWindowBackground( _
   ByVal form As FloatingForm, _
   ByVal bar As CommandBar, _
   ByVal g As Graphics _
) Implements _
   ICommandBarRenderer.DrawFloatingWindowBackground
[C#]
public void DrawFloatingWindowBackground(
   FloatingForm form,
   CommandBar bar,
   Graphics g
);

Parameters

form
bar
g

Implements

ICommandBarRenderer.DrawFloatingWindowBackground

See Also

OfficeXP Class | NETXP.Controls.Bars.CommandBarRenderers Namespace