This documentation is archived and is not being maintained.
IControlDesignerTag Methods
Visual Studio 2010
The IControlDesignerTag type exposes the following members.
| Name | Description | |
|---|---|---|
|
GetAttribute | Retrieves the value of the identified attribute on the tag. |
|
GetContent | Retrieves the HTML markup for the content of the tag. |
|
GetOuterContent | Retrieves the complete HTML markup for the control, including the outer tags. |
|
RemoveAttribute | Deletes the specified attribute from the tag. |
|
SetAttribute | Sets the value of the specified attribute and creates the attribute, if necessary. |
|
SetContent | Sets the HTML markup for the content of the tag. |
|
SetDirty | Sets the IsDirty property of the tag. |
Show: