Clears all text from the text box control.
()
| 613 | /// Clears all text from the text box control. |
| 614 | /// </summary> |
| 615 | public virtual void Clear() |
| 616 | { |
| 617 | Text = string.Empty; |
| 618 | } |
| 619 | |
| 620 | /// <summary> |
| 621 | /// Clear selection range |
no outgoing calls
no test coverage detected