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