This documentation is archived and is not being maintained.
XhtmlMobileTextWriter::ExitStyle Method
Visual Studio 2008
Removes the current style, restores the previous style as the current style, and calls the WriteEndTag method to close the current element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ExitStyle(Style) | Writes the closing tag of a <span> element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.) |
|
ExitStyle(Style) | Removes the current style, restores the previous style as the current style, and calls the WriteEndTag method to close the current element. |
|
ExitStyle(Style, HtmlTextWriterTag) | Writes the closing tag of the specified markup element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.) |
Show: