Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / PaintRowSelector Method
Graphics device interface for painting the row header selector.
Location and size of the rectangular region in which to paint the row header selector.
Appearance settings of the row header selector.
Numeric value for scaling the display of the row header selector.


In This Topic
    PaintRowSelector Method (ColumnHeaderRenderer)
    In This Topic
    Paints the row header selector in the row header of the selected row.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PaintRowSelector( _
       ByVal g As Graphics, _
       ByVal r As Rectangle, _
       ByVal appearance As Appearance, _
       ByVal zoomFactor As Single _
    ) 
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim g As Graphics
    Dim r As Rectangle
    Dim appearance As Appearance
    Dim zoomFactor As Single
     
    instance.PaintRowSelector(g, r, appearance, zoomFactor)
    public virtual void PaintRowSelector( 
       Graphics g,
       Rectangle r,
       Appearance appearance,
       float zoomFactor
    )

    Parameters

    g
    Graphics device interface for painting the row header selector.
    r
    Location and size of the rectangular region in which to paint the row header selector.
    appearance
    Appearance settings of the row header selector.
    zoomFactor
    Numeric value for scaling the display of the row header selector.
    See Also