SPFieldOverbook.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 overrides the BaseFieldControl class.
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 SPFieldOverbook
Dim value As BaseFieldControl
value = instance.FieldRenderingControl
public override BaseFieldControl FieldRenderingControl { get; }
Property value
Type: Microsoft.SharePoint.WebControls.BaseFieldControl
A BaseFieldControlobject.