In The Hand LtdIn The Hand
Clear Method (textBox)
NamespacesInTheHand.Windows.FormsTextBoxHelperClear(TextBox)
.NET Components for Mobility
Clears all text from the text box control.
Declaration Syntax
C#Visual Basic
public static void Clear(
	TextBox textBox
)
Public Shared Sub Clear ( _
	textBox As TextBox _
)
Parameters
textBox (TextBox)
The TextBox control.
Remarks
You can use this method to clear the contents of the control instead of assigning the InTheHand.Text property an empty string.

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