System.Web.UI.Design.ITemplateEditingService Members

The members of System.Web.UI.Design.ITemplateEditingService are listed below.

Public Properties

[read-only]
SupportsNestedTemplateEditingbool.

Gets a value that indicates whether the service supports nested template editing.

Public Methods

CreateFrame(TemplatedControlDesigner, string, string[]) : ITemplateEditingFrame

Creates a new template editing frame for the specified templated control designer, using the specified name and templates.

CreateFrame(TemplatedControlDesigner, string, string[], System.Web.UI.WebControls.Style, System.Web.UI.WebControls.Style[]) : ITemplateEditingFrame

Creates a new template editing frame for the specified System.Web.UI.Design.TemplatedControlDesigner, using the specified name, template names, control style, and template styles.

GetContainingTemplateName(System.Web.UI.Control) : string

Gets the name of the parent template.