TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / C1Zoom Constructor / C1Zoom Constructor(IContainer)
An System.ComponentModel.IContainer representing the container of the C1Zoom.

In This Topic
    C1Zoom Constructor(IContainer)
    In This Topic
    Initializes a new instance of the C1Zoom class with the specified container.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal container As IContainer _
    )
    public C1Zoom( 
       IContainer container
    )

    Parameters

    container
    An System.ComponentModel.IContainer representing the container of the C1Zoom.
    See Also