Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IUniversalCellType Interface / PaintContent Method
The context for painting the cell.
Location and size of a rectangular region.
Object that contains the name of the renderer control of the cell
The appearance setting of cell.


In This Topic
    PaintContent Method (IUniversalCellType)
    In This Topic
    Paints the cell, when not in edit mode, to the specified graphics interface with the specified settings.
    Syntax
    '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)

    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.
    See Also