TemplatedControlDesigner.GetCachedTemplateEditingVerbs Method ()

 
Note: This API is now obsolete.

Gets the cached template editing verbs.

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

<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 MustOverride Function GetCachedTemplateEditingVerbs As TemplateEditingVerb()

Return Value

Type: System.Web.UI.Design.TemplateEditingVerb()

An array of TemplateEditingVerb objects, if any.

System_CAPS_noteNote

The GetCachedTemplateEditingVerbs method is obsolete. Use the TemplateGroups property to manipulate templates within a designer for template-based controls.

.NET Framework
Available since 1.1
Return to top
Show: