Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ContextMenuPopupEventArgs Class / Location Property

In This Topic
    Location Property (ContextMenuPopupEventArgs)
    In This Topic
    Gets the upper-left or upper-right corner of the context menu in screen coordinates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As Point
    public Point Location {get;}
    See Also