System.Web.UI.Design.HtmlControlDesigner Members

The members of System.Web.UI.Design.HtmlControlDesigner are listed below.

See Also: Inherited members from System.ComponentModel.Design.ComponentDesigner

Public Constructors

Initializes a new instance of the System.Web.UI.Design.HtmlControlDesigner class.

Public Properties

BehaviorIHtmlControlDesignerBehavior.

Gets or sets the DHTML behavior that is associated with the designer.

[read-only]
DataBindingsSystem.Web.UI.DataBindingCollection.

Gets the data bindings collection for the current control.

[read-only]
ExpressionsSystem.Web.UI.ExpressionBindingCollection.

Gets the expression bindings for the current control at design time.

ShouldCodeSerializebool.

Gets or sets a value indicating whether to create a field declaration for the control in the code-behind file for the current design document during serialization.

Protected Properties

[read-only]
DesignTimeElementobject.

Gets the design-time object representing the control that is associated with the System.Web.UI.Design.HtmlControlDesigner object on the design surface.

Public Methods

override
Initialize(System.ComponentModel.IComponent)

Initializes the designer and sets the component for design.

OnSetParent()

Provides a way to perform additional processing when the associated control is attached to a parent control.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources that are used by the System.Web.UI.Design.HtmlControlDesigner object and optionally releases the managed resources.

OnBehaviorAttached()

Called when a behavior is associated with the element.

OnBehaviorDetaching()

Called when a behavior disassociates from the element.

OnBindingsCollectionChanged(string)

Provides a method that can be used to indicate when a data binding has changed.

override
PreFilterEvents(IDictionary)

Sets the list of events that are exposed at design-time for the System.ComponentModel.TypeDescriptor object for the component.

override
PreFilterProperties(IDictionary)

Allows the designer to expose a specific set of properties through a System.ComponentModel.TypeDescriptor object at design time.