TextZoomBuilder.Render Method
NOTE: This API is now obsolete.
Used to render the text provided by the builder.
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 Render ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.Render(output)
[ObsoleteAttribute("Please use ZoomBuilder.aspx to view a text input dialog")]
protected override void Render(
HtmlTextWriter output
)
Parameters
output
Type: System.Web.UI.HtmlTextWriterThe builder output from the HtmlTextWriter class.
Remarks
The Render method is called directly by the ASP.NET engine.