Spread ASP.NET 6.0 Product Documentation
WaitMessage Property
See Also  Example Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : WaitMessage Property


Glossary Item Box

Gets or sets the Wait Message for load on demand.

Syntax

Visual Basic (Declaration) 
Public Property WaitMessage As String
Visual Basic (Usage)Copy Code
Dim instance As FpSpread
Dim value As String
 
instance.WaitMessage = value
 
value = instance.WaitMessage
C# 
public string WaitMessage {get; set;}

Remarks

This property can be used to customize the wait message for the load on demand feature. The message will wrap to the next line if a long string is used. If the string only contains letters and numbers, then the string will not wrap.

Example

This example uses the WaitMessage property.
C#Copy Code
FpSpread1.WaitMessge = �Now Loading ��;
Visual BasicCopy Code
FpSpread1.WaitMessge = �Now Loading ��

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.