SPMobileRecurrenceField.CreateControlForEdit Method
Creates a control used to render the field on an Edit item form.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateControlForEdit As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlForEdit()
protected override MobileControl CreateControlForEdit()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A MobileControl, specifically, a Label, that renders the field on an Edit form.
Exceptions
Exception | Condition |
---|---|
SPException | The parent list item is a recurrence event. |