HtmlMobileTextWriter::ExitFormat Method

 

Removes the current style, restores the previous style as the current formatting style, and optionally calls the WriteEndTag method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubmethodExitFormat(Style^)

Ends a block that has been using the character formatting from a specified style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides MobileTextWriter::ExitFormat(Style^).)

System_CAPS_pubmethodExitFormat(Style^, Boolean)

Ends a block that has been using the character formatting from a specified style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides MobileTextWriter::ExitFormat(Style^, Boolean).)

Return to top
Show: