ControlIteratorAsyncToggleChecked Method

Overload List

AsyncToggleChecked(Control) Asynchronously Toggle the checked state of an specific ctrl.
AsyncToggleChecked(IEnumerableControl) Asynchronously Toggle the checked state of multiple Controls at once.
AsyncToggleCheckedT(String) Asynchronously Toggle the checked state of all the Controls of the specified Type on the active Formulary.
AsyncToggleCheckedT(Control, String) Asynchronously Toggle the checked state of all the Controls of the specified Type on the specified Control Container.
AsyncToggleCheckedT(ControlControlCollection, String) Asynchronously Toggle the checked state of all the Controls of the specified Type on the specified Control Collection.

See Also