In The Hand LtdIn The Hand
TextBoxHelper Class
NamespacesInTheHand.Windows.FormsTextBoxHelper
.NET Components for Mobility
Provides supporting methods for TextBox.
Declaration Syntax
C#Visual Basic
public static class TextBoxHelper
Public NotInheritable Class TextBoxHelper
Members
All MembersMethods



IconMemberDescription
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)

Inheritance Hierarchy
Object
TextBoxHelper
See Also

Assembly: InTheHand.Windows.Forms (Module: InTheHand.Windows.Forms) Version: 7.0.0.0