InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / ContextMenuShowingEventArgs Class / Location Property

In This Topic
    Location Property (ContextMenuShowingEventArgs)
    In This Topic
    Gets the screen point where the context menu should appear.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point
    public Point Location {get;}
    See Also