| オーバーロード | 解説 |
|---|---|
| Invalidate() | Invalidates the control. |
| Invalidate(Int32,Int32) | Invalidates a cell, causing it to be repainted. |
| Invalidate(Int32,Int32,Int32,Int32) | Invalidates a cell range, causing it to be repainted. |
| Invalidate(CellRange) | Invalidates a cell range, causing it to be repainted. |
| Invalidate(Region) | Invalidates the control. System.Windows.Forms.Controlから継承されます。 |
| Invalidate(Region,Boolean) | Invalidates the control. System.Windows.Forms.Controlから継承されます。 |
| Invalidate(Boolean) | Invalidates the control. System.Windows.Forms.Controlから継承されます。 |
| Invalidate(Rectangle) | Invalidates the control. System.Windows.Forms.Controlから継承されます。 |
| Invalidate(Rectangle,Boolean) | Invalidates the control. System.Windows.Forms.Controlから継承されます。 |