NetXP 3.0 Reference

OfficeXP.DrawFloatingWindowButton Method 

Internal. See ICommandBarRenderer

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

Parameters

form
bar
g
rect
state

Implements

ICommandBarRenderer.DrawFloatingWindowButton

See Also

OfficeXP Class | NETXP.Controls.Bars.CommandBarRenderers Namespace