ComponentOne True DBGrid for WinForms
OnDrawCell Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GridRenderer Class : OnDrawCell Method
Syntax
'Declaration
 
Public Overridable Sub OnDrawCell( _
   ByVal grid As Frame, _
   ByVal e As OwnerDrawCellEventArgs, _
   ByVal cellType As GridRenderer.CellType, _
   Optional ByVal rtl As System.Boolean _
) 
public virtual void OnDrawCell( 
   Frame grid,
   OwnerDrawCellEventArgs e,
   GridRenderer.CellType cellType,
   System.bool rtl
)

Parameters

grid
e
cellType
rtl
See Also

Reference

GridRenderer Class
GridRenderer Members