Dart.PowerWEB.TextBox Namespace > DownlevelTextArea Class : Text Property (DownlevelTextArea) |
Gets or sets the text content of the text box.
[Visual Basic]
<NotifyParentPropertyAttribute(True)>
Public Property Text As String
[C#]
[NotifyParentPropertyAttribute(true)]
public string Text {get; set;}
[C++]
[NotifyParentPropertyAttribute(true)]
public: __property string* get_Text();
public: __property void set_Text(
string* value
);
[C++/CLI]
[NotifyParentPropertyAttribute(true)]
public:
property String^ Text {
String^ get();
void set (String^ value);
}
The text content of the text box. The default is String.Empty.
The value of this property is propogated to the HtmlBox.Text property.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
DownlevelTextArea Class | DownlevelTextArea Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.