Dispose(Control) | Dispose an specific ctrl. |
Dispose(IEnumerableControl) | Dispose multiple Controls at once. |
DisposeT(String) | Dispose all the Controls of the specified Type on the active Formulary. |
DisposeT(Control, String) | Dispose all the Controls of the specified Type on the specified Control Container. |
DisposeT(ControlControlCollection, String) | Dispose all the Controls of the specified Type on the specified Control Collection. |