| 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