ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltip Class / C1SuperTooltip Constructor / C1SuperTooltip Constructor(IContainer)
An System.ComponentModel.IContainerthat represents the container of the C1SuperTooltip.

In This Topic
    C1SuperTooltip Constructor(IContainer)
    In This Topic
    Initializes a new instance of a C1SuperTooltip component.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal container As System.ComponentModel.IContainer _
    )
    public C1SuperTooltip( 
       System.ComponentModel.IContainer container
    )

    Parameters

    container
    An System.ComponentModel.IContainerthat represents the container of the C1SuperTooltip.
    See Also