Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FlatRowHeaderRenderer Class / GetPaintSpecialActiveSelectionRegion Method
Location and size of a rectangular region for painting the cell.
Appearance settings of the renderer control.


In This Topic
    GetPaintSpecialActiveSelectionRegion Method (FlatRowHeaderRenderer)
    In This Topic
    Supports getting the region that paints the special active selection like Office 2013.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetPaintSpecialActiveSelectionRegion( _
       ByVal r As Rectangle, _
       ByVal appearance As Appearance _
    ) As Region
    'Usage
     
    
    Dim instance As FlatRowHeaderRenderer
    Dim r As Rectangle
    Dim appearance As Appearance
    Dim value As Region
     
    value = instance.GetPaintSpecialActiveSelectionRegion(r, appearance)
    protected override Region GetPaintSpecialActiveSelectionRegion( 
       Rectangle r,
       Appearance appearance
    )

    Parameters

    r
    Location and size of a rectangular region for painting the cell.
    appearance
    Appearance settings of the renderer control.
    See Also