MobileTextWriter::ExitLayout Method (Style^, Boolean)
.NET Framework (current version)
Ends a block by using the formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Parameters
- style
-
Type:
System.Web.UI.MobileControls::Style^
The style reference.
- breakAfter
-
Type:
System::Boolean
If breakAfter is true, a break is added after the closing style element. The first form of the method assumes breakAfter to be true.
The EnterLayout and ExitLayout methods allow a device adapter to emit markup, in order to begin and end a block by using the formatting from a given style.
.NET Framework
Available since 1.1
Available since 1.1
Show: