[]
Supports painting the special active selection like Office 2013.
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)
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. |