SPMobileBaseTextField.TextBoxControl Property

Gets a child textbox in which the field value can be edited in the UI.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property TextBoxControl As TextBox
    Get
'Usage
Dim value As TextBox

value = Me.TextBoxControl
protected virtual TextBox TextBoxControl { get; }

Property Value

Type: System.Web.UI.MobileControls.TextBox
A TextBox that will contain the value of the field in the UI.

See Also

Reference

SPMobileBaseTextField Class

SPMobileBaseTextField Members

Microsoft.SharePoint.MobileControls Namespace