Gets or sets the mouse cursor shown to the user if the mouse is over a cell containing a hyperlink. This is a dependency property.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Cursor HyperlinkCursor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HyperlinkCursor As Cursor |
An instance of the Cursor class. The default is Hand.
See Also