NetXP 3.0 Reference

Renderers.OfficeXP.PaintCaption Method 

Internal. See IDockingRenderer

[Visual Basic]
NotOverridable Public Sub PaintCaption( _
   ByVal g As Graphics, _
   ByVal item As DockFrameCaption, _
   ByVal rectCaption As Rectangle, _
   ByVal focused As Boolean _
) Implements _
   IDockingRenderer.PaintCaption
[C#]
public void PaintCaption(
   Graphics g,
   DockFrameCaption item,
   Rectangle rectCaption,
   bool focused
);

Parameters

g
item
rectCaption
focused

Implements

IDockingRenderer.PaintCaption

See Also

Renderers.OfficeXP Class | NETXP.Controls.Docking Namespace