DataListDesigner::CreateTemplateEditingFrame Method (TemplateEditingVerb^)

 
Note: This API is now obsolete.

Creates a template editing frame using the specified verb.

Namespace:   System.Web.UI.Design.WebControls
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
) override

Parameters

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

The TemplateEditingVerb for which to create the template editing frame.

Rather than using editing frames, use template groups and designer editing regions. For more information, see TemplateGroups and DesignerRegion.

.NET Framework
Available since 1.1
Return to top
Show: