\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List Namespace / GridRendererOffice2007 Class / GetBackgroundBrush Method

In This Topic
    GetBackgroundBrush Method (GridRendererOffice2007)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetBackgroundBrush( _
       ByVal grid As Frame, _
       ByVal cellType As GridRenderer.CellType, _
       ByVal r As System.Drawing.Rectangle _
    ) As System.Drawing.Brush
    public override System.Drawing.Brush GetBackgroundBrush( 
       Frame grid,
       GridRenderer.CellType cellType,
       System.Drawing.Rectangle r
    )

    Parameters

    grid
    cellType
    r
    See Also