MindFusion.Wpf Pack Programmer's Guide
CursorHint Enumeration
See Also
 





Specifies what mouse cursor to display while a user interacts with the view controls.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum CursorHint

Visual Basic  Copy Code

Public Enum CursorHint

 Members

  Member name Description

AutoFill

Indicates the cursor specified by the AutoFillCursor property.

CounterDiagonalResize

Indicates the cursor specified by the CounterDiagonalResizeCursor property.

DiagonalResize

Indicates the cursor specified by the DiagonalResizeCursor property.

Disallow

Indicates the cursor specified by the DisallowCursor property.

DontChange

Indicates the cursor specified by the Cursor property.

HorizontalResize

Indicates the cursor specified by the HorizontalResizeCursor property.

HorizontalSplit

Indicates the cursor specified by the HorizontalSplitCursor property.

Hyperlink

Indicates the cursor specified by the HyperlinkCursor property.

Move

Indicates the cursor specified by the MoveCursor property.

Pointer

Indicates the cursor specified by the PointerCursor property.

VerticalResize

Indicates the cursor specified by the VerticalResizeCursor property.

VerticalSplit

Indicates the cursor specified by the VerticalSplitCursor property.

 See Also

MindFusion.Spreadsheet.Wpf Namespace