SPMobileAttendeesSpecificField.CreateControlForNew Method
Creates a child label control that renders the field, with a default value, on the new item page.
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
The MobileControl object that represents a text-based control that displays output-only text on a mobile device.
Remarks
This override renders the currrent user's login name as a default value for the control.
See Also
Reference
SPMobileAttendeesSpecificField Class