June 2002
Intermediate to advanced
816 pages
28h 12m
English
HtmlControlDesigner
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
System.Object→ System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)→ HtmlControlDesigner
Read now
Unlock full access