|
|
|||
|
|
|
MouseAppearance | ![]() |
| MouseAppearance changes the mouse cursor to appear as graphic when the mouse pointer is in the area where expr is displayed. |
| MouseAppearance uses the coordinates |
| MouseAppearance[expr, graphic, Scaled[{x, y}]] uses the scaled coordinates |
| MouseAppearance uses the named cursor |
| MouseAppearance[expr, Automatic] reverts to normal mouse cursor behavior. |
| "Arrow" | the default mouse pointer | |
| "Edit" | cursor used for selecting text | |
| "LinkHand" | cursor used for hyperlinks | |
| "NoOp" | cursor used to indicate a non-clickable region | |
| "FrameLRResize" | cursor used for horizontal resize | |
| "FrameTBResize" | cursor used for vertical resize | |
| "FrameFallingResize" | cursor used for diagonal resize | |
| "FrameRisingResize" | cursor used for diagonal resize | |
| "DragAndDrop" | cursor used for drag and drop operations | |
| "DragGraphics" | cursor used for dragging graphics selections |
|