System.Windows.Forms.TextBoxBase.SelectAll Method

Selects all text in the text box.

Syntax

public void SelectAll ()

Remarks

This method enables you to select all text within the control. You can use this method in conjunction with the TextBoxBase.Cut method, which requires text to be selected in the control, to cut the entire contents of the control and paste them into the Clipboard.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0