BCGControlBar Library for .NET
DrawGridExpandBoxEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal grph As Graphics, _
   ByVal cell As Cell, _
   ByVal bounds As Rectangle, _
   ByVal expanded As Boolean _
)
'Usage
 
Dim grph As Graphics
Dim cell As Cell
Dim bounds As Rectangle
Dim expanded As Boolean
 
Dim instance As New DrawGridExpandBoxEventArgs(grph, cell, bounds, expanded)
public DrawGridExpandBoxEventArgs( 
   Graphics grph,
   Cell cell,
   Rectangle bounds,
   bool expanded
)
public: DrawGridExpandBoxEventArgs( 
   Graphics* grph,
   Cell* cell,
   Rectangle bounds,
   bool expanded
)
public:
DrawGridExpandBoxEventArgs( 
   Graphics^ grph,
   Cell^ cell,
   Rectangle bounds,
   bool expanded
)

Parameters

grph
cell
bounds
expanded
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

DrawGridExpandBoxEventArgs Class
DrawGridExpandBoxEventArgs Members

Send Feedback