FlexGrid for WinForms
OnDrawCell(C1FlexGridBase,OwnerDrawCellEventArgs,CellType) Method



C1FlexGridBase that contains the cell being drawn.
OwnerDrawCellEventArgs that provides information about the cell being drawn.
C1FlexGridRenderer.CellType value that determines the type of cell being drawn.
Draws a single grid cell of a specific type.
Syntax
'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)

Parameters

flex
C1FlexGridBase that contains the cell being drawn.
e
OwnerDrawCellEventArgs that provides information about the cell being drawn.
cellType
C1FlexGridRenderer.CellType value that determines the type of cell being drawn.
Requirements

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

See Also

Reference

GridRendererSystem Class
GridRendererSystem Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback