BCGControlBar Library for .NET
OnDrawObjectBorder Method (VisualManager)




Specifies the DrawObjectBorderDef object associated with the docking pane to draw a border.
This function is called by the framework on redrawing the border of the docking pane and its embedded control bar.
Syntax
'Declaration
 
Public Overridable Sub OnDrawObjectBorder( _
   ByVal vd As DrawObjectBorderDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawObjectBorderDef
 
instance.OnDrawObjectBorder(vd)
public virtual void OnDrawObjectBorder( 
   DrawObjectBorderDef vd
)
public: virtual void OnDrawObjectBorder( 
   DrawObjectBorderDef* vd
) 
public:
virtual void OnDrawObjectBorder( 
   DrawObjectBorderDef^ vd
) 

Parameters

vd
Specifies the DrawObjectBorderDef object associated with the docking pane to draw a border.
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