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

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

    Parameters

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