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.
    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