ControlIteratorAsyncDispose Method

Overload List

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

See Also