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.
- designer
The System.Web.UI.Design.TemplatedControlDesigner that will use the template editing frame.
- frameName
The name of the editing frame that will be displayed on the frame. Typically this is the same as the System.ComponentModel.Design.DesignerVerb.Text property used as the menu text for the System.Web.UI.Design.TemplateEditingVerb that is invoked to create the frame.
- templateNames
An array of names for the templates that the template editing frame will contain.
- controlStyle
The control System.Web.UI.WebControls.Style for the editing frame.
- templateStyles
An array of type System.Web.UI.WebControls.Style that represents the template styles for the editing frame.
The System.Web.UI.Design.ITemplateEditingService interface is obsolete. Expose templates through the ControlDesigner.TemplateGroups property of a control designer. The design host creates a System.Web.UI.Design.TemplatedEditableDesignerRegion for each System.Web.UI.Design.TemplateGroup defined for a control designer.