Spread for ASP.NET 7.0 Product Documentation
CursorType Enumeration
Example  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : CursorType Enumeration


Glossary Item Box

Specifies the type of cursor.

Syntax

Visual Basic (Declaration) 
Public Enum CursorType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As CursorType
C# 
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.
C#Copy Code
FpSpread1.Sheets[0].GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand;
VB.NETCopy Code
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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.