GetBackgroundBrush Method (GridRenderer) | ComponentOne List for WinForms
C1.Win.C1List Namespace / GridRenderer Class / GetBackgroundBrush Method
The grid.
Type of the cell.
The r.

In This Topic
GetBackgroundBrush Method (GridRenderer)
In This Topic
Gets the background brush.
Syntax
'Declaration
 
Public Overridable Function GetBackgroundBrush( _
   ByVal grid As Frame, _
   ByVal cellType As GridRenderer.CellType, _
   ByVal r As Rectangle _
) As Brush
 

Parameters

grid
The grid.
cellType
Type of the cell.
r
The r.
See Also