Provides supporting methods for TextBox.
| C# | Visual Basic |
public static class TextBoxHelper
Public NotInheritable Class TextBoxHelper
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AppendText(TextBox, String) |
Appends text to the current text of a text box.
| |
| Clear(TextBox) |
Clears all text from the text box control.
| |
| ClearUndo(TextBox) |
Clears information about the most recent operation from the undo buffer of the text box.
| |
| Copy(TextBox) |
Copies the current selection of the text editing control to the Clipboard.
| |
| Cut(TextBox) |
Moves the current selection in the text box to the Clipboard.
| |
| GetCaption(TextBox) |
Gets the caption of the associated full-screen edit control (Standard Edition/Smartphone only)
| |
| GetLineFromCharIndex(TextBox, Int32) |
Retrieves the line number from the specified character position within the text of the control.
| |
| GetLines(TextBox) |
Gets the lines of text in a text box control.
| |
| Paste(TextBox) |
Replaces the current selection in the text box with the contents of the Clipboard.
| |
| SetCaption(TextBox, String) |
Sets the caption of the associated full-screen edit control (Standard Edition/Smartphone only)
|
| Object | |
| TextBoxHelper | |