Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal container As Medical3DContainer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim container As Medical3DContainer Dim instance As New Medical3DControl(container) |
C# | |
---|---|
public Medical3DControl( Medical3DContainer container ) |
C++/CLI | |
---|---|
public: Medical3DControl( Medical3DContainer^ container ) |
Parameters
- container
- Medical3DContainer Represents the container that contains the object(s) that will be rendered on the control.
The control and container will be attached together. The control will render the object immediately and handle all mouse events.
The object(s) will be re-rendered when any changes occur. To enable or disable this feature, use AutoUpdate.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7