BCGControlBar Library for .NET
DrawExpandingBoxDef Constructor




The graphics to draw on.
Specified the rectangle on the surface of the property list item to draw an expanding box.
The control to draw expanding box.
Initializes a new instance of the DrawExpandingBoxDef class.
Syntax
'Declaration
 
Public Function New( _
   ByVal grph As Graphics, _
   ByVal rect As Rectangle, _
   ByVal obj As Object _
)
'Usage
 
Dim grph As Graphics
Dim rect As Rectangle
Dim obj As Object
 
Dim instance As New DrawExpandingBoxDef(grph, rect, obj)
public DrawExpandingBoxDef( 
   Graphics grph,
   Rectangle rect,
   object obj
)
public: DrawExpandingBoxDef( 
   Graphics* grph,
   Rectangle rect,
   Object* obj
)
public:
DrawExpandingBoxDef( 
   Graphics^ grph,
   Rectangle rect,
   Object^ obj
)

Parameters

grph
The graphics to draw on.
rect
Specified the rectangle on the surface of the property list item to draw an expanding box.
obj
The control to draw expanding box.
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

DrawExpandingBoxDef Class
DrawExpandingBoxDef Members

Send Feedback