Spread Windows Forms 12.0 Product Documentation
PaintFilterIndicator Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > ColumnHeaderRenderer Class : PaintFilterIndicator Method
Graphics device interface for painting the indicator
Location and size of the rectangular region in which to paint the indicator
Appearance settings of the indicator
Numeric value for scaling the display of the indicator
Paints the filtering indicator in the column header with the specified appearance settings.
Syntax
'Declaration
 
Public Overridable Sub PaintFilterIndicator( _
   ByVal g As Graphics, _
   ByVal r As Rectangle, _
   ByVal appearance As Appearance, _
   ByVal zoomFactor As Single _
) 
'Usage
 
Dim instance As ColumnHeaderRenderer
Dim g As Graphics
Dim r As Rectangle
Dim appearance As Appearance
Dim zoomFactor As Single
 
instance.PaintFilterIndicator(g, r, appearance, zoomFactor)
public virtual void PaintFilterIndicator( 
   Graphics g,
   Rectangle r,
   Appearance appearance,
   float zoomFactor
)

Parameters

g
Graphics device interface for painting the indicator
r
Location and size of the rectangular region in which to paint the indicator
appearance
Appearance settings of the indicator
zoomFactor
Numeric value for scaling the display of the indicator
See Also

Reference

ColumnHeaderRenderer Class
ColumnHeaderRenderer Members