[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.FlatColumnHeaderRenderer.PaintSpecialActiveSelection

PaintSpecialActiveSelection Method

PaintSpecialActiveSelection(Graphics, Rectangle, Color, Appearance)

Supports painting the special active selection like Office 2013.

Declaration
protected override void PaintSpecialActiveSelection(Graphics g, Rectangle r, Color color, Appearance appearance)
Protected Overrides Sub PaintSpecialActiveSelection(g As Graphics, r As Rectangle, color As Color, appearance As Appearance)
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the cell.

Rectangle r

Location and size of a rectangular region for painting the cell.

Color color

The color using to paint special active selection.

Appearance appearance

Appearance settings of the renderer control.

Overrides