CursorAction Enumeration

Represents types of action under cursor.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public enum CursorAction

Members

None0 No action.
Dragging1 Dragging action.
SelectionRectangle2 Drawing a selection rectangle.
Selection3 Selection action.

See Also