FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ContextMenuStripEventArgs Class / Location Property


In This Topic
Location Property (ContextMenuStripEventArgs)
In This Topic
Gets the location.
Syntax
'Declaration
 
Public ReadOnly Property Location As Point
 
'Usage
 
Dim instance As ContextMenuStripEventArgs
Dim value As Point
 
value = instance.Location

Property Value

The location.
See Also