BCGControlBar Library for .NET
ReleaseDrawContext Method




Specifies it the current graphics object should be removed on releasing drawing context.
Called by the framework on painting tab strip. Releases such resourses used by the DrawManager instance as graphics and tab strip.
Syntax
'Declaration
 
Public Overridable Sub ReleaseDrawContext( _
   ByVal deleteGraphics As Boolean _
) 
'Usage
 
Dim instance As TabDrawManager
Dim deleteGraphics As Boolean
 
instance.ReleaseDrawContext(deleteGraphics)
public virtual void ReleaseDrawContext( 
   bool deleteGraphics
)
public: virtual void ReleaseDrawContext( 
   bool deleteGraphics
) 
public:
virtual void ReleaseDrawContext( 
   bool deleteGraphics
) 

Parameters

deleteGraphics
Specifies it the current graphics object should be removed on releasing drawing context.
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

TabDrawManager Class
TabDrawManager Members

Send Feedback