SPFieldLookup.FieldRenderingMobileControl Property

Gets the mobile control that is used to render the field on a form page.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
    Get
'Usage
Dim instance As SPFieldLookup
Dim value As SPMobileBaseFieldControl

value = instance.FieldRenderingMobileControl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }

Property Value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
An Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl object that represents the mobile control.

Remarks

If the AllowMultipleValues property returns true, the object that is returned is type SPMobileMultipleLookupField. Otherwise, the object that is returned is type SPMobileLookupField.

See Also

Reference

SPFieldLookup Class

SPFieldLookup Members

Microsoft.SharePoint Namespace