[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.GridRenderer.GetBackgroundBrush

GetBackgroundBrush Method

GetBackgroundBrush(Frame, CellType, Rectangle)

Gets the background brush.

Declaration
public virtual Brush GetBackgroundBrush(Frame grid, GridRenderer.CellType cellType, Rectangle r)
Public Overridable Function GetBackgroundBrush(grid As Frame, cellType As GridRenderer.CellType, r As Rectangle) As Brush
Parameters
Type Name Description
Frame grid

The grid.

GridRenderer.CellType cellType

Type of the cell.

Rectangle r

The r.

Returns
Type Description
Brush