BCGControlBar Library for .NET
OnNcPaint Method (VisualManager)




A NCPaintDef object associated with a non-client area to paint.
Called by the framework to paint non-client area of a window. The method paints frame caption and borders.
Syntax
'Declaration
 
Public Overridable Function OnNcPaint( _
   ByVal vd As NcPaintDef _
) As Boolean
'Usage
 
Dim instance As VisualManager
Dim vd As NcPaintDef
Dim value As Boolean
 
value = instance.OnNcPaint(vd)
public virtual bool OnNcPaint( 
   NcPaintDef vd
)
public: virtual bool OnNcPaint( 
   NcPaintDef* vd
) 
public:
virtual bool OnNcPaint( 
   NcPaintDef^ vd
) 

Parameters

vd
A NCPaintDef object associated with a non-client area to paint.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VisualManager Class
VisualManager Members

Send Feedback