System.Web.UI.Design.IHtmlControlDesignerBehavior Members

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

Public Properties

DesignerHtmlControlDesigner.

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

[read-only]
DesignTimeElementobject.

Gets the element that the designer is associated with.

Public Methods

GetAttribute(string, bool) : object

Gets the specified attribute.

GetStyleAttribute(string, bool, bool) : object

Gets the specified style attribute.

RemoveAttribute(string, bool)

Removes the specified attribute.

RemoveStyleAttribute(string, bool, bool)

Removes the specified style attribute.

SetAttribute(string, object, bool)

Sets the specified attribute to the specified object.

SetStyleAttribute(string, bool, object, bool)

Sets the specified style attribute to the specified object.