In This Topic
Gets or sets the Wait Message for load on demand.
Syntax
'Declaration
Public Property WaitMessage As String
'Usage
Dim instance As FpSpread
Dim value As String
instance.WaitMessage = value
value = instance.WaitMessage
public string WaitMessage {get; set;}
Example
This example uses the WaitMessage property.
See Also