NetXP 3.0 Reference

Renderers.WindowsDefault.PaintCaptionButton Method 

Internal. See IDockingRenderer

[Visual Basic]
NotOverridable Public Sub PaintCaptionButton( _
   ByVal g As Graphics, _
   ByVal item As CaptionButton, _
   ByVal active As Boolean, _
   ByVal function As ButtonFunction, _
   ByVal mouseOver As Boolean, _
   ByVal mouseCapture As Boolean, _
   ByVal popupStyle As Boolean _
) Implements _
   IDockingRenderer.PaintCaptionButton
[C#]
public void PaintCaptionButton(
   Graphics g,
   CaptionButton item,
   bool active,
   ButtonFunction function,
   bool mouseOver,
   bool mouseCapture,
   bool popupStyle
);

Parameters

g
item
active
function
mouseOver
mouseCapture
popupStyle

Implements

IDockingRenderer.PaintCaptionButton

See Also

Renderers.WindowsDefault Class | NETXP.Controls.Docking Namespace