Type of mouse cursor's graphic.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public enum MouseCursor |
| Visual Basic |
|---|
Public Enumeration MouseCursor |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Arrow | 0 | Arrow pointing up and to the left. Typically used when none of other cursor type is apropriate to be used. | |
| IBeam | 1 | Graphic of capital alhpabet letter 'I'. Typical usage is expressing clicking can set caret to where the cursor is at. | |
| Hand | 2 | Hand pointing up. Typical usage is expressing the cursor is on something which can react on click. | |
| DragAndDrop | 3 | Arrow pointing up. Typical usage is expressing moving data. |