Visual Basic (Declaration) | |
---|---|
Public Enum CursorType Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CursorType |
C# | |
---|---|
public enum CursorType : System.Enum |
Member | Description |
---|---|
AllScroll | all-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. |
Auto | Automatically sets the cursor type |
ColResize | col-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. |
CrossHair | Sets the Crosshair cursor type |
Default | Sets the Default cursor type |
EResize | Sets the E-Resize cursor type |
Hand | Sets the Hand cursor type,(only supported by IE5). |
Help | Sets the Help cursor type |
Move | Sets the Move cursor type |
NeResize | Sets the NeResize cursor type |
NoDrop | no-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. |
NotAllowed | not-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. |
NotSet | Does not set the cursor type |
NResize | Sets the N-Resize cursor type |
NwResize | Sets the NwResize cursor type |
Pointer | Sets the Pointer cursor type |
Progress | progress 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. |
RowResize | row-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. |
SeResize | Sets the SeResize cursor type |
SResize | Sets the S-Resize cursor type |
SwResize | Sets the SwResize cursor type |
Text | Sets the Text cursor type |
VerticalText | vertical-text Only supported by Internet Explorer 6 and later. Editable vertical text, indicated by a horizontal I-bar. |
Wait | Sets the Wait cursor type |
WResize | Sets the W-Resize cursor type |
This example uses the CursorType enumeration.
C# | Copy Code |
---|---|
FpSpread1.Sheets[0].GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand; |
VB.NET | Copy Code |
---|---|
FpSpread1.Sheets(0).GrayAreaCursorType = FarPoint.Web.Spread.CursorType.Hand |
System.Object
System.ValueType
System.Enum
FarPoint.Web.Spread.CursorType
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