BCGControlBar Library for .NET
OnDrawExpandingBox Method (VisualManager)




Specifies DrawEditDef object associated with an ExpandingBox to draw. Used to define the boundaries of the expanding box, colors, related graphics and its state.

Called by the framework on redrawing the property list item on property list control. Draws an expanding box within the property list item.  Override this member function in your VisualManager-derived class to customize the redrawing of the expanding box .
Syntax
'Declaration
 
Public Overridable Sub OnDrawExpandingBox( _
   ByVal vd As DrawExpandingBoxDef _
) 
'Usage
 
Dim instance As VisualManager
Dim vd As DrawExpandingBoxDef
 
instance.OnDrawExpandingBox(vd)
public virtual void OnDrawExpandingBox( 
   DrawExpandingBoxDef vd
)
public: virtual void OnDrawExpandingBox( 
   DrawExpandingBoxDef* vd
) 
public:
virtual void OnDrawExpandingBox( 
   DrawExpandingBoxDef^ vd
) 

Parameters

vd

Specifies DrawEditDef object associated with an ExpandingBox to draw. Used to define the boundaries of the expanding box, colors, 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