ITemplateEditingFrame::Verb Property

 

Gets or sets the verb that invokes the template.

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

property TemplateEditingVerb^ Verb {
	TemplateEditingVerb^ get();
	void set(TemplateEditingVerb^ value);
}

Property Value

Type: System.Web.UI.Design::TemplateEditingVerb^

A TemplateEditingVerb that invokes the template.

System_CAPS_noteNote

The ITemplateEditingFrame interface is obsolete. Use the GroupName property of each template group in the TemplateGroups collection for a control designer.

.NET Framework
Available since 1.1
Return to top
Show: