new Cursor()
定义鼠标光标类型
鼠标移动到“说明”时,可查看该光标的形状
成员
| 名称 | 说明 |
|---|---|
| (static) CROSSHAIR | Crosshair type |
| (static) DEFAULT | Default type |
| (static) EW_RESIZE | EW-resize type |
| (static) E_RESIZE | E-resize type |
| (static) HELP | Help type |
| (static) MOVE | Move type |
| (static) NESW_RESIZE | NESW-resize type |
| (static) NE_RESIZE | NE-resize type |
| (static) NS_RESIZE | NS-resize type |
| (static) NWSE_RESIZE | NWSE-resize type |
| (static) NW_RESIZE | NW-resize type |
| (static) N_RESIZE | N-resize type |
| (static) POINTER | Pointer type |
| (static) SE_RESIZE | SE-resize type |
| (static) SW_RESIZE | SW-resize type |
| (static) S_RESIZE | S-resize type |
| (static) TEXT | Text type |
| (static) WAIT | Wait type |
| (static) W_RESIZE | W-resize type |
搜索