NetXP 3.0 Reference

IDockingRenderer.PaintCaption Method 

Paints a window detail caption.

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

Parameters

g
The graphics object.
item
The caption.
rectCaption
The bounds rectangle.
focused
Is the caption active?

See Also

IDockingRenderer Interface | NETXP.Controls.Docking Namespace