UserControlDesigner

UserControlDesignerdisposable

System.Web.UI.Design (system.design.dll)class

This class provides a custom designer for user controls (page-like groups of text, controls, and scripting contained in .ascx files). This designer provides the design-time HTML used when you insert a user control onto a Web Forms page. This design-time HTML consists of a generic, labeled gray box that does not render any of the actual content.

public class UserControlDesigner : ControlDesigner { // Public Constructors    public UserControlDesigner( ); // Public Instance Properties    public override bool AllowResize{get; }          // overrides ControlDesigner    public override bool ShouldCodeSerialize{set; get; }          // overrides HtmlControlDesigner // Public Instance Methods    public override string GetDesignTimeHtml( );                   // overrides ControlDesigner    public override string GetPersistInnerHtml( );                 // overrides ControlDesigner }

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter) HtmlControlDesigner ControlDesigner UserControlDesigner



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net