TemplatedControlDesigner::ActiveTemplateEditingFrame Property

 
Note: This API is now obsolete.

Gets the active template editing frame.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
[ObsoleteAttribute("Use of this property 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")]
property ITemplateEditingFrame^ ActiveTemplateEditingFrame {
	ITemplateEditingFrame^ get();
}

Property Value

Type: System.Web.UI.Design::ITemplateEditingFrame^

An ITemplateEditingFrame that is the currently active template editing frame.

System_CAPS_noteNote

The ActiveTemplateEditingFrame property is obsolete. Use the TemplateGroups property to expose or enumerate templates within a designer for template-based controls.

.NET Framework
Available since 1.1
Return to top
Show: