TemplatedControlDesigner.ActiveTemplateEditingFrame Property
.NET Framework 3.0
NOTE: This property is now obsolete.
Gets the active template editing frame. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"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")] public: property ITemplateEditingFrame^ ActiveTemplateEditingFrame { ITemplateEditingFrame^ get (); }
/** @property */ public ITemplateEditingFrame get_ActiveTemplateEditingFrame ()
public function get ActiveTemplateEditingFrame () : ITemplateEditingFrame
Not applicable.
Property Value
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. |
Community Additions
ADD
Show:
Note: