Search
ObjectInteractionEventArgs.MousePosition Property
See Also
 






Gets or sets the current mouse pointer position.

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

 Syntax

C#  Copy Code

public Point MousePosition { get; set; }

Visual Basic  Copy Code

Public Property MousePosition As Point

 Property Value

An instance of the .NET Point structure.

 See Also