Name

ITemplateEditingService

Synopsis

This class supports design-time control template editing.

Public Interface ITemplateEditingService
                  ' Public Instance Properties
   Public ReadOnly Property SupportsNestedTemplateEditing As Boolean  
' Public Instance Methods
   Public Function CreateFrame(
        ByVal designer As TemplatedControlDesigner, 
        ByVal frameName As String, 
        ByVal templateNames As String()) As ITemplateEditingFrame  
   Public Function CreateFrame(
        ByVal designer As TemplatedControlDesigner, 
        ByVal frameName As String, 
        ByVal templateNames As String(), 
        ByVal controlStyle As System.Web.UI.WebControls.Style, 
        ByVal templateStyles As System.Web.UI.WebControls.Style()) As ITemplateEditingFrame  
   Public Function GetContainingTemplateName(
        ByVal control As System.Web.UI.Control) As String  
End Interface

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.