TemplatedControlDesigner::ActiveTemplateEditingFrame Property
.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
Gets the active template editing frame.
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.
Note |
|---|
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
Available since 1.1
Show:
