ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / HostedElement Class / HostedElement Constructor

In This Topic
    HostedElement Constructor
    In This Topic
    Initializes a new instance of the HostedElement control.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal host As System.Windows.Forms.Control _
    )
    public HostedElement( 
       System.Windows.Forms.Control host
    )

    Parameters

    host
    See Also