Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal container As Medical3DContainer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 for any possible change occured. To enable or disable this feature, use AutoUpdate.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family