Dart.PowerWEB.TextBox Namespace > HtmlBox Class : Text Property (HtmlBox) |
Gets or sets the text displayed in the editor.
[Visual Basic]
<DesignerSerializationVisibilityAttribute()>
<CategoryAttribute("Appearance")>
<DescriptionAttribute("The text to load into the HtmlBox.")>
<DefaultValueAttribute()>
Public Property Text As String
[C#]
[DesignerSerializationVisibilityAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The text to load into the HtmlBox.")]
[DefaultValueAttribute()]
public string Text {get; set;}
[C++]
[DesignerSerializationVisibilityAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The text to load into the HtmlBox.")]
[DefaultValueAttribute()]
public: __property string* get_Text();
public: __property void set_Text(
string* value
);
[C++/CLI]
[DesignerSerializationVisibilityAttribute()]
[CategoryAttribute("Appearance")]
[DescriptionAttribute("The text to load into the HtmlBox.")]
[DefaultValueAttribute()]
public:
property String^ Text {
String^ get();
void set (String^ value);
}
A string containing the text displayed in the editor.
Set this property to provide initial text for the editor. Read this property to get any changed text when the user submits the page. The HtmlBox.TextChanged event is raised whenever the value of this property changes.
This property returns the same data as HtmlBox.TextWindow.Text.
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.