'Declaration
Sub PaintContent( _ ByVal paintingContext As IPaintingContext, _ ByVal r As Rectangle, _ ByVal value As Object, _ ByRef cfResult As CfExecutedResult _ )
'Usage
Dim instance As IUniversalCellType Dim paintingContext As IPaintingContext Dim r As Rectangle Dim value As Object Dim cfResult As CfExecutedResult instance.PaintContent(paintingContext, r, value, cfResult)
void PaintContent( IPaintingContext paintingContext, Rectangle r, object value, ref CfExecutedResult cfResult )
Parameters
- paintingContext
- The context for painting the cell.
- r
- Location and size of a rectangular region.
- value
- Object that contains the name of the renderer control of the cell
- cfResult
- The appearance setting of cell.