Dart.PowerWEB.TextBox Namespace > HtmlBox Class : ErrorMessage Property |
Gets or sets the message that is displayed if an error occurs and ErrorBehavior is ErrorBehavior.ShowAlert.
[Visual Basic]
<DescriptionAttribute("The message that is displayed when ErrorBehavior is ShowAlert.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property ErrorMessage As String
[C#]
[DescriptionAttribute("The message that is displayed when ErrorBehavior is ShowAlert.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public string ErrorMessage {get; set;}
[C++]
[DescriptionAttribute("The message that is displayed when ErrorBehavior is ShowAlert.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property string* get_ErrorMessage();
public: __property void set_ErrorMessage(
string* value
);
[C++/CLI]
[DescriptionAttribute("The message that is displayed when ErrorBehavior is ShowAlert.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property String^ ErrorMessage {
String^ get();
void set (String^ value);
}
A message to display when an error occurs.
Set ErrorMessage to specify the contents of the Alert. Alternatively, set ErrorBehavior to ErrorBehavior.ShowInBrowser to see specific error information.
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.