ITemplateEditingService

ITemplateEditingService

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

This class supports design-time control template editing.

public interface ITemplateEditingService {
// Public Instance Properties
   public bool SupportsNestedTemplateEditing{get; }
// Public Instance Methods
   public ITemplateEditingFrame CreateFrame(TemplatedControlDesigner designer, string frameName, 
        string[ ] templateNames);
   public ITemplateEditingFrame CreateFrame(TemplatedControlDesigner designer, string frameName, 
        string[ ] templateNames, System.Web.UI.WebControls.Style controlStyle, 
        System.Web.UI.WebControls.Style[ ] templateStyles);
   public string GetContainingTemplateName(System.Web.UI.Control control);
}

Implemented By

TemplateEditingService



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace