Dart.PowerWEB.TextBox Namespace > HtmlBox Class : WaitMessage Property |
Gets or sets the message to display during a pending callback.
[Visual Basic]
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<DescriptionAttribute("The message that is displayed while a callback is pending and WaitElementID is set")>
Public Property WaitMessage As String
[C#]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("The message that is displayed while a callback is pending and WaitElementID is set")]
public string WaitMessage {get; set;}
[C++]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("The message that is displayed while a callback is pending and WaitElementID is set")]
public: __property string* get_WaitMessage();
public: __property void set_WaitMessage(
string* value
);
[C++/CLI]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("The message that is displayed while a callback is pending and WaitElementID is set")]
public:
property String^ WaitMessage {
String^ get();
void set (String^ value);
}
The message displayed during pending callbacks.
Use in conjunction with the WaitElementID property.
Set WaitMessage to specify the message displayed by the WaitElementID control during a pending callback.
Typical usage would be for immediately displaying a message (such as "Processing...") to the user during lengthy callbacks (due to network traffic or server side processing).
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.