ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip Namespace / PopupEventArgs Class / Location Property

In This Topic
    Location Property (PopupEventArgs)
    In This Topic
    Gets or sets the location where the tooltip will be displayed.
    Syntax
    'Declaration
     
    Public Property Location As System.Drawing.Point
    public System.Drawing.Point Location {get; set;}
    See Also