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 }