BCGControlBar Library for .NET
IsOwnerDrawNcArea Method (VisualManager)




Specifies if the non-client area of the application is owner-draw. If true, the redrawing of the caption and boundaries of the application can be defined by user. In BCGSoft.ControlBars this function returns true for a VisualManager2007.
Syntax
'Declaration
 
Public Overridable Function IsOwnerDrawNcArea() As Boolean
'Usage
 
Dim instance As VisualManager
Dim value As Boolean
 
value = instance.IsOwnerDrawNcArea()
public virtual bool IsOwnerDrawNcArea()
public: virtual bool IsOwnerDrawNcArea(); 
public:
virtual bool IsOwnerDrawNcArea(); 
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