ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / IconClickEventArgs Class / Location Property

In This Topic
    Location Property (IconClickEventArgs)
    In This Topic
    Gets the location of the mouse (in screen coordinates) during the generating event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As System.Drawing.Point
    public System.Drawing.Point Location {get;}
    See Also