This documentation is archived and is not being maintained.
IHtmlControlDesignerBehavior Members
Visual Studio 2008
Defines an interface that enables the extension of specific behaviors of an HTML control designer.
The IHtmlControlDesignerBehavior type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetAttribute | Gets the specified attribute. |
|
GetStyleAttribute | Gets the specified style attribute. |
|
RemoveAttribute | Removes the specified attribute. |
|
RemoveStyleAttribute | Removes the specified style attribute. |
|
SetAttribute | Sets the specified attribute to the specified object. |
|
SetStyleAttribute | Sets the specified style attribute to the specified object. |
| Name | Description | |
|---|---|---|
|
Designer | Gets or sets the designer that the behavior is associated with. |
|
DesignTimeElement | Gets the element that the designer is associated with. |
Show: