Method Action
Action<T>(Action<T>)
Executes specified action for all the controls in the set.
public virtual ControlSet Action<T>(Action<T> action) where T : AbstractControl
Parameters
actionAction<T>Action to execute.
Returns
- ControlSet
Returns this object instance for use in the call sequences.
Type Parameters
TType of the action parameter.