BCGControlBar Library for .NET
DrawGridCellGapEventArgs Constructor




Syntax
'Declaration
 
Public Function New( _
   ByVal grid As GridControl, _
   ByVal grph As Graphics, _
   ByVal cell As Cell, _
   ByVal rectGap As Rectangle _
)
'Usage
 
Dim grid As GridControl
Dim grph As Graphics
Dim cell As Cell
Dim rectGap As Rectangle
 
Dim instance As New DrawGridCellGapEventArgs(grid, grph, cell, rectGap)
public DrawGridCellGapEventArgs( 
   GridControl grid,
   Graphics grph,
   Cell cell,
   Rectangle rectGap
)
public: DrawGridCellGapEventArgs( 
   GridControl* grid,
   Graphics* grph,
   Cell* cell,
   Rectangle rectGap
)
public:
DrawGridCellGapEventArgs( 
   GridControl^ grid,
   Graphics^ grph,
   Cell^ cell,
   Rectangle rectGap
)

Parameters

grid
grph
cell
rectGap
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

DrawGridCellGapEventArgs Class
DrawGridCellGapEventArgs Members

Send Feedback