C1.Win.C1FlexGrid Namespace > GridRendererSystem Class > OnDrawCell Method : OnDrawCell(C1FlexGridBase,OwnerDrawCellEventArgs,CellType) Method |
'Declaration
Public Overloads Overrides Sub OnDrawCell( _ ByVal flex As C1FlexGridBase, _ ByVal e As OwnerDrawCellEventArgs, _ ByVal cellType As C1FlexGridRenderer.CellType _ )
'Usage
Dim instance As GridRendererSystem Dim flex As C1FlexGridBase Dim e As OwnerDrawCellEventArgs Dim cellType As C1FlexGridRenderer.CellType instance.OnDrawCell(flex, e, cellType)
public override void OnDrawCell( C1FlexGridBase flex, OwnerDrawCellEventArgs e, C1FlexGridRenderer.CellType cellType )
public: void OnDrawCell( C1FlexGridBase^ flex, OwnerDrawCellEventArgs^ e, C1FlexGridRenderer.CellType cellType ) override
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2