[]
Paints the enhanced conditional format.
protected bool PaintEnhancedConditionalFormat(Graphics g, Rectangle r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor, ref RectangleF rText)
Protected Function PaintEnhancedConditionalFormat(g As Graphics, r As Rectangle, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single, ByRef rText As RectangleF) As Boolean
| Type | Name | Description |
|---|---|---|
| Graphics | g | Graphics device interface for painting the cell |
| Rectangle | r | The rectangle boundary to paint the value in. |
| Appearance | appearance | Appearance settings of the renderer control |
| object | value | Object that contains the name of the renderer control |
| bool | isSelected | if set to |
| bool | isLocked | if set to |
| float | zoomFactor | Numeric value for scaling the display of the renderer control |
| RectangleF | rText | The rectangle text. |
| Type | Description |
|---|---|
| bool | True to stop painting the text; otherwise, false. |