SPMobileBaseFieldControl.RegisterFieldControl Method

Registers the SPMobileBaseFieldControl object.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Protected Overridable Sub RegisterFieldControl

Me.RegisterFieldControl()
protected virtual void RegisterFieldControl()

Remarks

The default implementation adds the SPMobileBaseFieldControl field to its own FieldControlCollection, which is simply the current value of the FieldControlCollection property of the object held in the FormContext property.

Typically, when a list item is updated, the save or update logic iterates through the collection and updates each changed field.

See Also

Reference

SPMobileBaseFieldControl Class

SPMobileBaseFieldControl Members

Microsoft.SharePoint.MobileControls Namespace