TemplatedControlDesigner::ExitTemplateMode Method (Boolean, Boolean, Boolean)
.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
Closes the currently active template editing frame after saving any relevant changes.
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 ExitTemplateMode( bool fSwitchingTemplates, bool fNested, bool fSave )
Parameters
- fSwitchingTemplates
-
Type:
System::Boolean
true when switching from one template editing frame to another; otherwise false.
- fNested
-
Type:
System::Boolean
true if this designer is nested (one or more levels) within another control whose designer is also in template editing mode; otherwise false.
- fSave
-
Type:
System::Boolean
true if templates should be saved on exit; otherwise, false.
Note |
|---|
The ExitTemplateMode method is obsolete. Use the TemplateGroups property to manipulate templates within a designer for template-based controls. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
