Gets or sets the current mouse pointer position.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Point MousePosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MousePosition As Point |
An instance of the .NET Point structure.
See Also