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