Dart.PowerWEB.TextBox Namespace > HtmlBox Class : TextPlain Property |
Gets the value of the HtmlBox.Text property stripped of any HTML tags.
[Visual Basic]
<BrowsableAttribute(False)>
<DescriptionAttribute("Returns the current Text value with tags removed.")>
<DefaultValueAttribute()>
Public ReadOnly Property TextPlain As String
[C#]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the current Text value with tags removed.")]
[DefaultValueAttribute()]
public string TextPlain {get;}
[C++]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the current Text value with tags removed.")]
[DefaultValueAttribute()]
public: __property string* get_TextPlain();
[C++/CLI]
[BrowsableAttribute(false)]
[DescriptionAttribute("Returns the current Text value with tags removed.")]
[DefaultValueAttribute()]
public:
property String^ TextPlain {
String^ get();
}
A string containing the value of the HtmlBox.Text property stripped of any HTML tags.
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.