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

In This Topic
    Control Property (PopupEventArgs)
    In This Topic
    Gets a reference to the Control that provides the tooltip text and location.
    Syntax
    'Declaration
     
    Public ReadOnly Property Control As System.Windows.Forms.Control
    public System.Windows.Forms.Control Control {get;}
    See Also