TemplatedControlDesigner::EnterTemplateMode Method (ITemplateEditingFrame^)
.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
Opens a particular template frame object for editing in the designer.
Assembly: System.Design (in System.Design.dll)
public: [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")] void EnterTemplateMode( ITemplateEditingFrame^ newTemplateEditingFrame )
Parameters
- newTemplateEditingFrame
-
Type:
System.Web.UI.Design::ITemplateEditingFrame^
The template editing frame object to open in the designer.
Note |
|---|
The EnterTemplateMode method is obsolete. Use the TemplateGroups property to manipulate templates within a designer for template-based controls. |
If already in template mode and editing a different template frame, this method calls ExitTemplateMode to save all its templates and close that frame.
.NET Framework
Available since 1.1
Available since 1.1
Show:
