Dart.PowerWEB.TextBox Namespace > HtmlBox Class : WaitElementID Property |
Gets or sets the message ID of the HTML element to display a message during a pending callback.
[Visual Basic]
<DescriptionAttribute("Set to the ID of a control which will display a message while a callback is pending")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property WaitElementID As String
[C#]
[DescriptionAttribute("Set to the ID of a control which will display a message while a callback is pending")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public string WaitElementID {get; set;}
[C++]
[DescriptionAttribute("Set to the ID of a control which will display a message while a callback is pending")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public: __property string* get_WaitElementID();
public: __property void set_WaitElementID(
string* value
);
[C++/CLI]
[DescriptionAttribute("Set to the ID of a control which will display a message while a callback is pending")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public:
property String^ WaitElementID {
String^ get();
void set (String^ value);
}
The ID of an HTML element, such as a Label, that will display a message during pending callbacks.
Use in conjunction with the WaitMessage property.
Set WaitElementID to specify the ID of the control that will display the WaitMessage 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.