ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearPan Class / ImGearPan Constructor / ImGearPan Constructor(IContainer)
A collection of IComponent objects that represents all the components in the IContainer. Use this component when initializing in the Windows Form Designer.




In This Topic
    ImGearPan Constructor(IContainer)
    In This Topic
    Initializes a new instance of the ImGearPan class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal container As IContainer _
    )
    'Usage
     
    Dim container As IContainer
     
    Dim instance As New ImGearPan(container)
    public ImGearPan( 
       IContainer container
    )
    public: ImGearPan( 
       IContainer* container
    )
    public:
    ImGearPan( 
       IContainer^ container
    )

    Parameters

    container
    A collection of IComponent objects that represents all the components in the IContainer. Use this component when initializing in the Windows Form Designer.

    Return Value

    New instance of ImGearPan class object.
    Remarks
    This constructor creates and initializes an instance of ImGearPan class.
    See Also