Name

HtmlControlDesigner

Synopsis

This class provides basic functionality for all ASP.NET control designers. If you want to create your own control designer, inherit instead from ControlDesigner, which derives from HtmlControlDesigner.

Public Class HtmlControlDesigner : Inherits System.ComponentModel.Design.ComponentDesigner
' Public Constructors
   Public Sub New() 
' Public Instance Properties
   Public Property Behavior As IHtmlControlDesignerBehavior  
   Public ReadOnly Property DataBindings As DataBindingCollection  
   Overridable Public Property ShouldCodeSerialize As Boolean  
' Protected Instance Properties
   Protected Property DesignTimeElement As Object  
' Public Instance Methods
   Overridable Public Sub OnSetParent() 
' Protected Instance Methods
   Overrides Protected Sub Dispose(ByVal disposing As Boolean) 
   Overridable Protected Sub OnBehaviorAttached() 
   Overridable Protected Sub OnBehaviorDetaching() 
   Overridable Protected Sub OnBindingsCollectionChanged(
        ByVal propName As String) 
   Overrides Protected Sub PreFilterEvents(
        ByVal events As System.Collections.IDictionary) 
   Overrides Protected Sub PreFilterProperties(
        ByVal properties As System.Collections.IDictionary) 
End Class

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter) HtmlControlDesigner

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.