ITemplateEditingFrame.Verb Property
.NET Framework 3.0
Gets or sets the verb that invokes the template.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
property TemplateEditingVerb^ Verb { TemplateEditingVerb^ get (); void set (TemplateEditingVerb^ value); }
/** @property */ TemplateEditingVerb get_Verb () /** @property */ void set_Verb (TemplateEditingVerb value)
function get Verb () : TemplateEditingVerb function set Verb (value : TemplateEditingVerb)
Not applicable.
Property Value
A TemplateEditingVerb that invokes the template. Note: |
|---|
| The ITemplateEditingFrame interface is obsolete. Use the GroupName property of each template group in the TemplateGroups collection for a control designer. |
Community Additions
ADD
Show:
Note: