ControlIteratorDisable Method

Overload List

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

See Also