IControlDesignerTag Methods
.NET Framework 2.0
| 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: