Spread for ASP.NET 8.0 Product Documentation
CursorType Enumeration
Example Example 


Specifies the type of cursor.
Syntax
'Declaration
 
Public Enum CursorType 
   Inherits System.Enum
'Usage
 
Dim instance As CursorType
public enum CursorType : System.Enum 
Members
MemberDescription
AllScrollall-scroll Only supported by Internet Explorer 6 and later. Arrows pointing up, down, left, and right with a dot in the middle, indicating that the page can be scrolled in any direction.
AutoAutomatically sets the cursor type
ColResizecol-resize Only supported by Internet Explorer 6 and later. Arrows pointing left and right with a vertical bar separating them, indicating that the item/column can be resized horizontally.
CrossHairSets the Crosshair cursor type
DefaultSets the Default cursor type
EResizeSets the E-Resize cursor type
HandSets the Hand cursor type,(only supported by IE5).
HelpSets the Help cursor type
MoveSets the Move cursor type
NeResizeSets the NeResize cursor type
NoDropno-drop Only supported by Internet Explorer 6 and later. Hand with a small circle with a line through it, indicating that the dragged item cannot be dropped at the current cursor location.
NotAllowednot-allowed Only supported by Internet Explorer 6 and later. Circle with a line through it, indicating that the requested action will not be carried out.
NotSetDoes not set the cursor type
NResizeSets the N-Resize cursor type
NwResizeSets the NwResize cursor type
PointerSets the Pointer cursor type
Progressprogress Only supported by Internet Explorer 6 and later. Arrow with an hourglass next to it, indicating that a process is running in the background. User interaction with the page is unaffected.
RowResizerow-resize Only supported by Internet Explorer 6 and later. Arrows pointing up and down with a horizontal bar separating them, indicating that the item/row can be resized vertically.
SeResizeSets the SeResize cursor type
SResizeSets the S-Resize cursor type
SwResizeSets the SwResize cursor type
TextSets the Text cursor type
VerticalTextvertical-text Only supported by Internet Explorer 6 and later. Editable vertical text, indicated by a horizontal I-bar.
WaitSets the Wait cursor type
WResizeSets the W-Resize cursor type
Example
This example uses the CursorType enumeration.
FpSpread1.Sheets[0].GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand;
FpSpread1.Sheets(0).GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.CursorType

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FarPoint.Web.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.