Search
WorkbookView.MoveCursor Property
See Also
 






Gets or sets the mouse cursor shown to the user if the pointed object can be modified.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Cursor MoveCursor { get; set; }

Visual Basic  Copy Code

Public Property MoveCursor As Cursor

 Property Value

An instance of the .NET Cursor class. The default is Cursors.SizeAll.

 See Also