Dart.PowerWEB.TextBox Namespace > HtmlBoxDialog Class : Text Property (HtmlBoxDialog) |
Gets or sets the content of the dialog.
[Visual Basic]
<DescriptionAttribute("Gets or sets the text that is displayed in the dialog. This property is NOT used by the control internally, so only set this property for custom dialogs.")>
<DefaultValueAttribute()>
Public Property Text As String
[C#]
[DescriptionAttribute("Gets or sets the text that is displayed in the dialog. This property is NOT used by the control internally, so only set this property for custom dialogs.")]
[DefaultValueAttribute()]
public string Text {get; set;}
[C++]
[DescriptionAttribute("Gets or sets the text that is displayed in the dialog. This property is NOT used by the control internally, so only set this property for custom dialogs.")]
[DefaultValueAttribute()]
public: __property string* get_Text();
public: __property void set_Text(
string* value
);
[C++/CLI]
[DescriptionAttribute("Gets or sets the text that is displayed in the dialog. This property is NOT used by the control internally, so only set this property for custom dialogs.")]
[DefaultValueAttribute()]
public:
property String^ Text {
String^ get();
void set (String^ value);
}
A string representing the content of the dialog.
This property is not used by any predefined dialogs. Use this property to provide the content for custom dialog implementations.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBoxDialog Class | HtmlBoxDialog Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.