Overload | Description |
---|---|
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. (Inherited from System.Windows.Forms.Control) |
Invalidate(Region,Boolean) | Invalidates the control. (Inherited from System.Windows.Forms.Control) |
Invalidate(Boolean) | Invalidates the control. (Inherited from System.Windows.Forms.Control) |
Invalidate(Rectangle) | Invalidates the control. (Inherited from System.Windows.Forms.Control) |
Invalidate(Rectangle,Boolean) | Invalidates the control. (Inherited from System.Windows.Forms.Control) |