Share via


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)

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

Remarks

The Render method is called directly by the ASP.NET engine.

See also

Reference

TextZoomBuilder class

TextZoomBuilder members

Microsoft.SharePoint.WebPartPages namespace