TextZoomBuilder Class

NOTE: This API is now obsolete.

Contains the methods for the default design-time text builder.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebPartPages.TextZoomBuilder

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")> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class TextZoomBuilder _
    Inherits Control
'Usage
Dim instance As TextZoomBuilder
[ObsoleteAttribute("Please use ZoomBuilder.aspx to view a text input dialog")]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class TextZoomBuilder : Control

Remarks

The Text Zoom builder allows you to enter more text than the property grid can normally accommodate. This builder is enabled for all properties of type String. To use this builder with another property type, the URL of this builder is provided within the HtmlDesigner attribute of that property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TextZoomBuilder Members

Microsoft.SharePoint.WebPartPages Namespace