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

TextPlain Property

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(); }

Return Type

A string containing the value of the HtmlBox.Text property stripped of any HTML tags.

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.