Method Enabled
Enabled(int, bool)
Sets Enabled property for the specified control in the set.
public virtual ControlSet Enabled(int index, bool value)
Parameters
Returns
- ControlSet
Returns this object instance for use in the call sequences.
Enabled(bool)
Sets Enabled property for all the controls in the set.
public virtual ControlSet Enabled(bool value)
Parameters
valueboolNew 'Enabled' property value.
Returns
- ControlSet
Returns this object instance for use in the call sequences.