[]
Paints the cell when not in edit mode.
void PaintCell(Graphics g, Rectangle r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor, ExtraRendererSettings extraRendererSettings)
Sub PaintCell(g As Graphics, r As Rectangle, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single, extraRendererSettings As ExtraRendererSettings)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the cell |
Rectangle | r | The rectangle boundary in which to paint the value. |
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 |
ExtraRendererSettings | extraRendererSettings | The extra renderer settings. |