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

In This Topic
    Location Property (LinkClickedEventArgs)
    In This Topic
    Get the location of the mouse during the generating event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point
    public Point Location {get;}
    See Also