See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

TextXhtml Property

Dart.PowerWEB.TextBox Namespace > HtmlBox Class : TextXhtml Property

Gets the value of the HtmlBox.Text property converted to XHTML.

[Visual Basic]
<BrowsableAttribute(False)> <DefaultValueAttribute()> <DescriptionAttribute("Returns the current Text value with tags removed.")> Public ReadOnly Property TextXhtml As String
[C#]
[BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("Returns the current Text value with tags removed.")] public string TextXhtml {get;}
[C++]
[BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("Returns the current Text value with tags removed.")] public: __property string* get_TextXhtml();
[C++/CLI]
[BrowsableAttribute(false)] [DefaultValueAttribute()] [DescriptionAttribute("Returns the current Text value with tags removed.")] public: property String^ TextXhtml {    String^ get(); }

Return Type

A string containing the value of the HtmlBox.Text property converted to XHTML.

Remarks

This property is read-only.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.