ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1SizerLight Class / C1SizerLight Constructor / C1SizerLight Constructor(IContainer)
The IContainer that contains the component.

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

    Parameters

    container
    The IContainer that contains the component.
    See Also