WmlMobileTextWriter.OpenCharacterFormat Method

Definition

Opens character formatting tags for the given format. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 virtual void OpenCharacterFormat(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlFormat ^ format, bool writeBold, bool writeItalic, bool writeSize);
protected virtual void OpenCharacterFormat (System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat format, bool writeBold, bool writeItalic, bool writeSize);
abstract member OpenCharacterFormat : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat * bool * bool * bool -> unit
override this.OpenCharacterFormat : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat * bool * bool * bool -> unit
Protected Overridable Sub OpenCharacterFormat (format As WmlMobileTextWriter.WmlFormat, writeBold As Boolean, writeItalic As Boolean, writeSize As Boolean)

Parameters

format
WmlMobileTextWriter.WmlFormat

An enumerated value representing the WML format to use while writing.

writeBold
Boolean

Whether to open bold character formatting.

writeItalic
Boolean

Whether to open italic character formatting.

writeSize
Boolean

Whether to open character size formatting.

Remarks

Called internally by the writer, and can be overridden by an inheriting class.

Applies to

See also