<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _ <AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _ <SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _ <AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level:=AspNetHostingPermissionLevel.Minimal)> _ Public MustInherit Class BaseFieldControl Inherits FieldMetadata Implements IValidator
Dim instance As BaseFieldControl
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] [AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] [AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public abstract class BaseFieldControl : FieldMetadata, IValidator
Use this class as a base class for deriving controls to render specific types of fields on lists forms (but not on list views).
Objects of the BaseFieldControl type are primarily used as the value of the SPField.FieldRenderingControl property.