TemplatedControlDesigner.CreateTemplateEditingFrame Method (TemplateEditingVerb)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
When overridden in a derived class, creates a template editing frame for the specified verb.
Assembly: System.Design (in System.Design.dll)
<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")> Protected MustOverride Function CreateTemplateEditingFrame ( verb As TemplateEditingVerb ) As ITemplateEditingFrame
Parameters
- verb
-
Type:
System.Web.UI.Design.TemplateEditingVerb
The template editing verb to create a template editing frame for.
.NET Framework
Available since 1.1
Available since 1.1
Show: