[]
Paints the cell when not editing.
void PaintCell(Graphics g, Rectangle r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor)
Sub PaintCell(g As Graphics, r As Rectangle, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single)
Type | Name | Description |
---|---|---|
Graphics | g | |
Rectangle | r | |
Appearance | appearance | |
object | value | |
bool | isSelected | |
bool | isLocked | |
float | zoomFactor |