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
action
Action<T>Action to execute.
Returns
- ControlSet
Returns this object instance for use in the call sequences.
Type Parameters
T
Type of the action parameter.