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();
}
A string containing the value of the HtmlBox.Text property converted to XHTML.
This property is read-only.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.