Search
WorkbookView.HyperlinkCursor Property
See Also
 






Gets or sets the mouse cursor shown to the user if the mouse is over a cell containing a hyperlink.

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

 Syntax

C#  Copy Code

public Cursor HyperlinkCursor { get; set; }

Visual Basic  Copy Code

Public Property HyperlinkCursor As Cursor

 Property Value

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

 See Also