MobileTextWriter.EnterStyle Method (Style)

 

Begins a block by using the layout and character 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.

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

Public Sub EnterStyle (
	style As Style
)

Parameters

style
Type: System.Web.UI.MobileControls.Style

The style reference.

The EnterStyle and ExitStyle methods allow a device adapter to emit markup, in order to begin and end a block using the character formatting from a given style.

.NET Framework
Available since 1.1
Return to top
Show: