Name

IHtmlControlDesignerBehavior

Synopsis

IHtmlControlDesignerBehavior defines an interface that enables the extension of specific behaviors of an HTML control designer.

Public Interface IHtmlControlDesignerBehavior
                  ' Public Instance Properties
   Public Property Designer As HtmlControlDesigner  
   Public ReadOnly Property DesignTimeElement As Object  
' Public Instance Methods
   Public Function GetAttribute(ByVal attribute As String, 
        ByVal ignoreCase As Boolean) As Object  
   Public Function GetStyleAttribute(
        ByVal attribute As String, 
        ByVal designTimeOnly As Boolean, 
        ByVal ignoreCase As Boolean) As Object  
   Public Sub RemoveAttribute(ByVal attribute As String, 
        ByVal ignoreCase As Boolean) 
   Public Sub RemoveStyleAttribute(ByVal attribute As String, 
        ByVal designTimeOnly As Boolean, 
        ByVal ignoreCase As Boolean) 
   Public Sub SetAttribute(ByVal attribute As String, 
        ByVal value As Object, ByVal ignoreCase As Boolean) 
   Public Sub SetStyleAttribute(ByVal attribute As String, 
        ByVal designTimeOnly As Boolean, 
        ByVal value As Object, ByVal ignoreCase As Boolean) 
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.