Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.