ControlIteratorAsyncPerformAction Method

Overload List

AsyncPerformAction(Control, Delegate) Perform an asynchronous operation on a specific ctrl.
AsyncPerformAction(IEnumerableControl, Delegate) Perform an asynchronous operation on multiple Controls at once.
AsyncPerformActionT(Delegate, String) Perform an asynchronous operation on all the Controls of the specified Type on the active Formulary.
AsyncPerformActionT(Control, Delegate, String) Perform an asynchronous operation on all the Controls of the specified Type on the specified Control Container.
AsyncPerformActionT(ControlControlCollection, Delegate, String) Perform an asynchronous operation on all the Controls of the specified Type on the specified Control Collection.

See Also