ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / PopupEventArgs Class / Form Property

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