SPFieldCallTo.FieldRenderingControl property

Renders a field on a form page by using one or more child controls such as a label, link, or text box control. This control derives from and overrides a BaseFieldControl.

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property FieldRenderingControl As BaseFieldControl
    Get
'Usage
Dim instance As SPFieldCallTo
Dim value As BaseFieldControl

value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }

Property value

Type: Microsoft.SharePoint.WebControls.BaseFieldControl
A BaseFieldControl.

See also

Reference

SPFieldCallTo class

SPFieldCallTo members

Microsoft.SharePoint.Applications.GroupBoard namespace