Paint Method
Paint(Graphics, Rectangle)
Paints the cell with the error icon using the specified control and dimensions.
Declaration
void Paint(Graphics g, Rectangle rectPaint)
Sub Paint(g As Graphics, rectPaint As Rectangle)
Parameters
Type |
Name |
Description |
Graphics |
g |
Graphics device interface for painting the cell
|
Rectangle |
rectPaint |
|