TreeView for WinForms | ComponentOne
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 Point
    public Point Location {get; set;}
    See Also