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

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

    Parameters

    container
    An System.ComponentModel.IContainer representing the container of the C1ApplicationZoom.
    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