BCGControlBar Library for .NET
OnDrawBarBorder Method (VisualManager)




Specifies DrawBarBorderDef object associated with a command bar to draw a border.

This function is called by the framework on painting a command bar. Displays the border of a command bar. The default implementation displays the standard border. Override this member function in your VisualManager-derived class to customize the border appearance.
Syntax
'Declaration
 
Public Overridable Sub OnDrawBarBorder( _
   ByVal vd As DrawBarBorderDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawBarBorderDef
 
instance.OnDrawBarBorder(vd)
public virtual void OnDrawBarBorder( 
   DrawBarBorderDef vd
)
public: virtual void OnDrawBarBorder( 
   DrawBarBorderDef* vd
) 
public:
virtual void OnDrawBarBorder( 
   DrawBarBorderDef^ vd
) 

Parameters

vd

Specifies DrawBarBorderDef object associated with a command bar 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