Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ContextMenuStripEventArgs Class / ContextMenuStripEventArgs Constructor
The location


In This Topic
    ContextMenuStripEventArgs Constructor
    In This Topic
    Creates a new instance of ContextMenuStripEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pt As Point _
    )
    'Usage
     
    
    Dim pt As Point
     
    Dim instance As New ContextMenuStripEventArgs(pt)
    public ContextMenuStripEventArgs( 
       Point pt
    )

    Parameters

    pt
    The location
    See Also