ImageGear .NET v24.12 - Updated
ImGearPan Constructor(IContainer)




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

Reference

ImGearPan Class
ImGearPan Members
Overload List