BCGControlBar Library for .NET
OnFillEditBoxInterior Method (VisualManager)




A DrawEditDef object associated with a focusable control to fill the interior.
Called by the framework on redrawing the ToolbarComboBoxButton and ToolBarEditBoxButton. Fills the background of the focusable control according to its current state (enabled or disabled), draws a three-dimentional (3-D) border around it on disabled state. Override this member function in your VisualManager-derived class to customize the background of a focusable control.
Syntax
'Declaration
 
Public Overridable Sub OnFillEditBoxInterior( _
   ByVal vd As DrawEditDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawEditDef
 
instance.OnFillEditBoxInterior(vd)
public virtual void OnFillEditBoxInterior( 
   DrawEditDef vd
)
public: virtual void OnFillEditBoxInterior( 
   DrawEditDef* vd
) 
public:
virtual void OnFillEditBoxInterior( 
   DrawEditDef^ vd
) 

Parameters

vd
A DrawEditDef object associated with a focusable control to fill the interior.
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