Visual Basic (Declaration) | |
---|---|
<DefaultValueAttribute()> <DescriptionAttribute("The message that is displayed while a callback is pending and WaitElementID is set")> <CategoryAttribute("Behavior")> Public Property WaitMessage As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As LiveImage Dim value As String instance.WaitMessage = value value = instance.WaitMessage |
C# | |
---|---|
[DefaultValueAttribute()] [DescriptionAttribute("The message that is displayed while a callback is pending and WaitElementID is set")] [CategoryAttribute("Behavior")] public string WaitMessage {get; set;} |
C++/CLI | |
---|---|
[DefaultValueAttribute()] [DescriptionAttribute("The message that is displayed while a callback is pending and WaitElementID is set")] [CategoryAttribute("Behavior")] public: property String^ WaitMessage { String^ get(); void set ( String^ value); } |
Property 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).
Target Platforms: Microsoft .NET Framework 2.0