ITemplateEditingFrame.Verb Property

Definition

Gets or sets the verb that invokes the template.

C#
public System.Web.UI.Design.TemplateEditingVerb Verb { get; set; }

Property Value

A TemplateEditingVerb that invokes the template.

Remarks

Napomena

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

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also