BCGControlBar Library for .NET
OnDrawEditBorder Method (VisualManager)




Specifies DrawEditDef object associated with a ToolbarEditBox to draw a border. Used to define the boundaries of the caption, related graphics and its state.

Called by the framework on redrawing the ToolbarEditboxButton object. Draws a border around the toolbar edit box button in highlighted state. Override this member function in your VisualManager-derived class to customize the redrawing of the edit box border.
Syntax
'Declaration
 
Public Overridable Sub OnDrawEditBorder( _
   ByVal vd As DrawEditDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawEditDef
 
instance.OnDrawEditBorder(vd)
public virtual void OnDrawEditBorder( 
   DrawEditDef vd
)
public: virtual void OnDrawEditBorder( 
   DrawEditDef* vd
) 
public:
virtual void OnDrawEditBorder( 
   DrawEditDef^ vd
) 

Parameters

vd

Specifies DrawEditDef object associated with a ToolbarEditBox to draw a border. Used to define the boundaries of the caption, related graphics and its state.

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