SimpleItemForm.CreateChildControls Method
Creates the child KeyFiltersFormIterator control to render the field controls on the simple item form.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
protected override void CreateChildControls()
Remarks
If the alternate template exists, this override sets the alternate template control of the simple item form as the template control of the child control; otherwise, it sets “TwoRowFieldIterator” as the template name of the child control, which is used to load the field template control for display on key filters form.