Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupCancelEventArgs Class / CursorLocation Property


In This Topic
CursorLocation Property
In This Topic
Gets the location of the mouse down where the popup occurred that caused the cancel.
Syntax
'Declaration
 
Public ReadOnly Property CursorLocation As Point
 
'Usage
 
Dim instance As PopupCancelEventArgs
Dim value As Point
 
value = instance.CursorLocation
See Also