Method IsEditable
IsEditable(bool)
Sets IsEditable property for all the controls in the set.
public virtual ControlSet IsEditable(bool value)
Parameters
value
booltrue
enables editing of the text;false
disables it.
Returns
- ControlSet
Returns this object instance for use in the call sequences.