Specifies a mouse cursor.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public enum Cursor |
Member name | Description | |
---|---|---|
Arrow |
Identifies the regular arrow cursor. |
|
Default |
Identifies the default cursor, which is usually an arrow cursor. |
|
Hand |
Identifies the hand cursor that is usually display when hovering over a Web link. |
|
HSplit |
Identifies the cursor that appears when the mouse is positioned over a horizontal splitter bar. |
|
No |
Identifies a cursor that indicates that a particular region is invalid for the current operation. |
|
SizeAll |
Identifies a four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west. |
|
SizeNS |
Identifies a two-headed vertical (north/south) sizing cursor. |
|
SizeWE |
Identifies a two-headed horizontal (west/east) sizing cursor. |
|
VSplit |
Identifies the cursor that appears when the mouse is positioned over a vertical splitter bar. |