WmlMobileTextWriter.OpenCharacterFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.