SPMobileAttendeesSpecificField.CreateControlForEdit Method
Creates a child label control that renders the current value of the field on an edit page.
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
The MobileControl object that renders the current value of the field on an edit page.
Remarks
This override creates a child label control that renders the current value of the field on an edit page.
See Also
Reference
SPMobileAttendeesSpecificField Class