TextZoomBuilder.CreateChildControls Method
NOTE: This API is now obsolete.
Used to create the controls on the builder window
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Please use ZoomBuilder.aspx to view a text input dialog")> _
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
[ObsoleteAttribute("Please use ZoomBuilder.aspx to view a text input dialog")]
protected override void CreateChildControls()
Remarks
The CreateChildControls method is used to create the OK, Cancel, Enter Text, and other controls on the Text Zoom builder window.