System.Web.UI.Design.IHtmlControlDesignerBehavior: Method Members

The methods of System.Web.UI.Design.IHtmlControlDesignerBehavior are listed below. For a list of all members, see the IHtmlControlDesignerBehavior Members list.

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.