ComponentOne Menus and Toolbars for WinForms
C1.Win.SuperTooltip.8 Assembly / C1.Win.SuperTooltip 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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also