BaseTextField.textBox Field
Provides the inner TextBox control that actually renders the BaseTextField object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected textBox As TextBox
'Usage
Dim value As TextBox
value = Me.textBox
Me.textBox = value
protected TextBox textBox