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)

Syntax

'Declaration
Protected textBox As TextBox
'Usage
Dim value As TextBox

value = Me.textBox

Me.textBox = value
protected TextBox textBox

See also

Reference

BaseTextField class

BaseTextField members

Microsoft.SharePoint.WebControls namespace