TemplatedControlDesigner.CreateTemplateEditingFrame Method
.NET Framework 3.0
NOTE: This method is now obsolete.
When overridden in a derived class, creates a template editing frame for the specified verb. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[ObsoleteAttribute(L"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")] protected: virtual ITemplateEditingFrame^ CreateTemplateEditingFrame ( TemplateEditingVerb^ verb ) abstract
/** @attribute 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") */
protected abstract ITemplateEditingFrame CreateTemplateEditingFrame (
TemplateEditingVerb verb
)
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") protected abstract function CreateTemplateEditingFrame ( verb : TemplateEditingVerb ) : ITemplateEditingFrame
Not applicable.
Parameters
- verb
The template editing verb to create a template editing frame for.
Return Value
The new template editing frame.Community Additions
ADD
Show: