Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / PaintSpecialActiveSelection Method
Graphics device interface for painting the cell.
Location and size of a rectangular region for painting the cell.
The color using to paint special active selection.
Appearance settings of the renderer control.


In This Topic
PaintSpecialActiveSelection Method (BaseHeaderFlatStyleRenderer)
In This Topic
Supports painting the special active selection like Office 2013.
Syntax
'Declaration
 
Protected Overridable Sub PaintSpecialActiveSelection( _
   ByVal g As Graphics, _
   ByVal r As Rectangle, _
   ByVal color As Color, _
   ByVal appearance As Appearance _
) 
 
'Usage
 
Dim instance As BaseHeaderFlatStyleRenderer
Dim g As Graphics
Dim r As Rectangle
Dim color As Color
Dim appearance As Appearance
 
instance.PaintSpecialActiveSelection(g, r, color, appearance)

Parameters

g
Graphics device interface for painting the cell.
r
Location and size of a rectangular region for painting the cell.
color
The color using to paint special active selection.
appearance
Appearance settings of the renderer control.
See Also