BCGControlBar Library for .NET
FillCellsBackground Method




Graphics context.
Bounding rectangle of grid area.
Collection of cells.
Fills background of all cells.
Syntax
'Declaration
 
Public Function FillCellsBackground( _
   ByVal grph As Graphics, _
   ByVal rectGridArea As Rectangle, _
   ByVal cells As ArrayList _
) As Integer
'Usage
 
Dim instance As GridControl
Dim grph As Graphics
Dim rectGridArea As Rectangle
Dim cells As ArrayList
Dim value As Integer
 
value = instance.FillCellsBackground(grph, rectGridArea, cells)
public int FillCellsBackground( 
   Graphics grph,
   Rectangle rectGridArea,
   ArrayList cells
)
public: int FillCellsBackground( 
   Graphics* grph,
   Rectangle rectGridArea,
   ArrayList* cells
) 
public:
int FillCellsBackground( 
   Graphics^ grph,
   Rectangle rectGridArea,
   ArrayList^ cells
) 

Parameters

grph
Graphics context.
rectGridArea
Bounding rectangle of grid area.
cells
Collection of cells.
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

GridControl Class
GridControl Members

Send Feedback