SPMobileBaseTextField.CreateControlForNew Method
Returns an empty TextBoxControl for use on a page for creating new list items.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateControlForNew As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlForNew()
protected override MobileControl CreateControlForNew()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A MobileControl, specifically, a TextBox, that renders an empty textbox in which users enter a value for the field when creating a new list item.