TemplatedControlDesigner::CreateTemplateEditingFrame Method (TemplateEditingVerb^)

 
Note: This API is now obsolete.

When overridden in a derived class, creates a template editing frame for the specified verb.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

protected:
[ObsoleteAttribute("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")]
virtual ITemplateEditingFrame^ CreateTemplateEditingFrame(
	TemplateEditingVerb^ verb
) abstract

Parameters

verb
Type: System.Web.UI.Design::TemplateEditingVerb^

The template editing verb to create a template editing frame for.

Return Value

Type: System.Web.UI.Design::ITemplateEditingFrame^

The new template editing frame.

.NET Framework
Available since 1.1
Return to top
Show: