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