Spread for ASP.NET 11 Product Documentation
GrayAreaCursorImageUrl Property
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GrayAreaCursorImageUrl Property
Gets or sets which ImageUrl of the cursor is displayed when the mouse is on the gray area of the sheet.
Syntax
'Declaration
 
Public Property GrayAreaCursorImageUrl As String
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.GrayAreaCursorImageUrl = value
 
value = instance.GrayAreaCursorImageUrl
public string GrayAreaCursorImageUrl {get; set;}

Property Value

This property is support with IE only.
Example
This example sets the cursor for the gray area.
FpSpread1.Sheets[0].GrayAreaCursorImageUrl = "~\\img\\horse.ani";
FpSpread1.Sheets(0).GrayAreaCursorImageUrl = "~\img\horse.ani"
See Also

Reference

SheetView Class
SheetView Members