[]
Paints the filtering indicator in the column header with the specified appearance settings.
public virtual void PaintFilterIndicator(Graphics g, Rectangle r, Appearance appearance, float zoomFactor)
Public Overridable Sub PaintFilterIndicator(g As Graphics, r As Rectangle, appearance As Appearance, zoomFactor As Single)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the indicator |
Rectangle | r | Location and size of the rectangular region in which to paint the indicator |
Appearance | appearance | Appearance settings of the indicator |
float | zoomFactor | Numeric value for scaling the display of the indicator |