ComponentOne List for WinForms
C1.Win.C1List Namespace / GridRenderer Class / OnDrawCell Method

In This Topic
    OnDrawCell Method (GridRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnDrawCell( _
       ByVal grid As Frame, _
       ByVal e As OwnerDrawCellEventArgs, _
       ByVal cellType As GridRenderer.CellType _
    ) 
    public virtual void OnDrawCell( 
       Frame grid,
       OwnerDrawCellEventArgs e,
       GridRenderer.CellType cellType
    )

    Parameters

    grid
    e
    cellType
    See Also