XmlDesigner

XmlDesignerdisposable

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

This class provides the design-time representation for the System.Web.UI.WebControls.Xml control. The design-time view shows the default message "Use this control to perform XSL transforms" rather than the actual XML content.

public class XmlDesigner : System.Web.UI.Design.ControlDesigner { // Public Constructors    public XmlDesigner( ); // Public Instance Methods    public override string GetDesignTimeHtml( );    // overrides System.Web.UI.Design.ControlDesigner    public override void Initialize(System.ComponentModel.IComponent component);                    // overrides System.Web.UI.Design.ControlDesigner // Protected Instance Methods    protected override void Dispose(bool disposing);  // overrides System.Web.UI.Design. HtmlControlDesigner    protected override string GetEmptyDesignTimeHtml( );  // overrides System.Web.UI.Design.ControlDesigner }

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter) System.Web.UI.Design.HtmlControlDesigner System.Web.UI.Design.ControlDesigner XmlDesigner



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