BCGControlBar Library for .NET
OnDrawFloatingBarBorder Method (VisualManager)




Specifies DrawControlBarBorderDef object associated with the floating command bar to draw a border. Used to define the boundaries of the floating command, its related graphics.

Called by the framework on painting the command bar in floating state. Draws three-dimensional (3-D) border around the floating command bar. Override this member function in your VisualManager-derived class to customize the redrawing of the border.
Syntax
'Declaration
 
Public Overridable Sub OnDrawFloatingBarBorder( _
   ByVal vd As DrawControlBarBorderDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawControlBarBorderDef
 
instance.OnDrawFloatingBarBorder(vd)
public virtual void OnDrawFloatingBarBorder( 
   DrawControlBarBorderDef vd
)
public: virtual void OnDrawFloatingBarBorder( 
   DrawControlBarBorderDef* vd
) 
public:
virtual void OnDrawFloatingBarBorder( 
   DrawControlBarBorderDef^ vd
) 

Parameters

vd

Specifies DrawControlBarBorderDef object associated with the floating command bar to draw a border. Used to define the boundaries of the floating command, its related graphics.

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