ControlIteratorAsyncUncheck Method

Overload List

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

See Also