IHtmlControlDesignerBehavior Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Return to top
Defines an interface that enables the extension of specific behaviors of an HTML control designer.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Designer | Gets or sets the designer that the behavior is associated with. |
![]() | DesignTimeElement | Gets the element that the designer is associated with. |
| Name | Description | |
|---|---|---|
![]() | GetAttribute(String^, Boolean) | Gets the specified attribute. |
![]() | GetStyleAttribute(String^, Boolean, Boolean) | Gets the specified style attribute. |
![]() | RemoveAttribute(String^, Boolean) | Removes the specified attribute. |
![]() | RemoveStyleAttribute(String^, Boolean, Boolean) | Removes the specified style attribute. |
![]() | SetAttribute(String^, Object^, Boolean) | Sets the specified attribute to the specified object. |
![]() | SetStyleAttribute(String^, Boolean, Object^, Boolean) | Sets the specified style attribute to the specified object. |
Note |
|---|
The IHtmlControlDesignerBehavior interface is obsolete. Use the IControlDesignerTag and IControlDesignerView interfaces for equivalent control designer functionality. |
.NET Framework
Available since 1.1
Available since 1.1
Show:


