TemplatedControlDesigner::GetTemplateEditingVerbs Method ()

 
Note: This API is now obsolete.

Gets the template editing verbs available to the designer.

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

public:
[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")]
array<TemplateEditingVerb^>^ GetTemplateEditingVerbs()

Return Value

Type: array<System.Web.UI.Design::TemplateEditingVerb^>^

The template editing verbs available to the designer.

.NET Framework
Available since 1.1
Return to top
Show: