Specifies what mouse cursor to display while a user interacts with the view controls.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public enum CursorHint |
Member name | Description | |
---|---|---|
![]() |
AutoFill |
Indicates the cursor specified by the AutoFillCursor property. |
![]() |
CounterDiagonalResize |
Indicates the cursor specified by the CounterDiagonalResizeCursor property. |
![]() |
DiagonalResize |
Indicates the cursor specified by the DiagonalResizeCursor property. |
![]() |
Disallow |
Indicates the cursor specified by the DisallowCursor property. |
![]() |
DontChange |
Indicates the cursor specified by the Cursor property. |
![]() |
HorizontalResize |
Indicates the cursor specified by the HorizontalResizeCursor property. |
![]() |
HorizontalSplit |
Indicates the cursor specified by the HorizontalSplitCursor property. |
![]() |
Hyperlink |
Indicates the cursor specified by the HyperlinkCursor property. |
![]() |
Move |
Indicates the cursor specified by the MoveCursor property. |
![]() |
Pointer |
Indicates the cursor specified by the PointerCursor property. |
![]() |
VerticalResize |
Indicates the cursor specified by the VerticalResizeCursor property. |
![]() |
VerticalSplit |
Indicates the cursor specified by the VerticalSplitCursor property. |