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)

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.

See also

Reference

UrlField class

UrlField members

Microsoft.SharePoint.WebControls namespace