BCGControlBar Library for .NET
OnDrawComboBorder Method (VisualManager)




Specifies DrawButtonDef object associated with a combobox button to draw a border.

This function is called by the framework  on painting  ToolbarComboBox button object on the toolbar or in the customize list of the customize dialog box. Draws the border of the combobox.  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 OnDrawComboBorder( _
   ByVal vd As DrawButtonDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawButtonDef
 
instance.OnDrawComboBorder(vd)
public virtual void OnDrawComboBorder( 
   DrawButtonDef vd
)
public: virtual void OnDrawComboBorder( 
   DrawButtonDef* vd
) 
public:
virtual void OnDrawComboBorder( 
   DrawButtonDef^ vd
) 

Parameters

vd

Specifies DrawButtonDef object associated with a combobox button 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