UrlField.textBox Field
Returns a text box for the friendly name or description of the URL link.
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
Field Value
Type: System.Web.UI.WebControls.TextBox
A TextBox that represents the description of friendly name of the URL.