Spread ASP.NET 6.0 Product Documentation
CursorType Enumeration
See Also  Send Feedback
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

Inheritance Hierarchy

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

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.