Name

TemplateEditingVerb

Synopsis

This class represents a type of verb that can be invoked only by a template editor (like TemplatedControlDesigner, System.Web.UI.Design.WebControls.DataListDesigner, and System.Web.UI.Design.WebControls.DataGridDesigner). A verb is a menu command that appears in the context menu when you right-click a control.

Public Class TemplateEditingVerb : Inherits System.ComponentModel.Design.DesignerVerb : Implements_
          IDisposable
' Public Constructors
   Public Sub New(ByVal text As String, 
        ByVal index As Integer, 
        ByVal designer As TemplatedControlDesigner) 
' Public Instance Properties
   Public ReadOnly Property Index As Integer  
' Public Instance Methods
   Public Sub Dispose() Implements IDisposable.Dispose 
' Protected Instance Methods
   Overridable Protected Sub Dispose(
        ByVal disposing As Boolean) 
   Overrides Protected Sub Finalize() 
End Class

Hierarchy

System.ObjectSystem.ComponentModel.Design.MenuCommandSystem.ComponentModel.Design.DesignerVerb TemplateEditingVerb(System.IDisposable)

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.