ControlIteratorAsyncToggleVisible Method

Overload List

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

See Also