'Declaration
Protected Overridable Function GetPaintSpecialActiveSelectionRegion( _ ByVal r As Rectangle, _ ByVal appearance As Appearance _ ) As Region
'Usage
Dim instance As BaseHeaderFlatStyleRenderer Dim r As Rectangle Dim appearance As Appearance Dim value As Region value = instance.GetPaintSpecialActiveSelectionRegion(r, appearance)
protected virtual 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.