Spread Windows Forms 15.0
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
    public Point Location {get;}

    Property Value

    The location.
    See Also