TemplatedControlDesigner.EnterTemplateMode(ITemplateEditingFrame) Method

Definition

Caution

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

Opens a particular template frame object for editing in the designer.

public void EnterTemplateMode (System.Web.UI.Design.ITemplateEditingFrame newTemplateEditingFrame);
[System.Obsolete("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")]
public void EnterTemplateMode (System.Web.UI.Design.ITemplateEditingFrame newTemplateEditingFrame);

Parameters

newTemplateEditingFrame
ITemplateEditingFrame

The template editing frame object to open in the designer.

Attributes

Remarks

Obs!

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.

Applies to

Produkt Versjoner (Foreldet)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

See also