Type of mouse cursor's graphic.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.5.21597

Syntax

C#
public enum MouseCursor
Visual Basic
Public Enumeration MouseCursor

Members

Member nameValueDescription
Arrow0 Arrow pointing up and to the left. Typically used when none of other cursor type is apropriate to be used.
IBeam1 Graphic of capital alhpabet letter 'I'. Typical usage is expressing clicking can set caret to where the cursor is at.
Hand2 Hand pointing up. Typical usage is expressing the cursor is on something which can react on click.
DragAndDrop3 Arrow pointing up. Typical usage is expressing moving data.

See Also