[]
Supports getting the region that paints the special active selection like Office 2013.
protected virtual Region GetPaintSpecialActiveSelectionRegion(Rectangle r, Appearance appearance)
Protected Overridable Function GetPaintSpecialActiveSelectionRegion(r As Rectangle, appearance As Appearance) As Region
Type | Name | Description |
---|---|---|
Rectangle | r | Location and size of a rectangular region for painting the cell. |
Appearance | appearance | Appearance settings of the renderer control. |
Type | Description |
---|---|
Region | The region that paints the special active selection |