←Select platform

OwnerControl Property

Summary

Gets the 3D controls associated with this container.

Syntax

C#
VB
C++
public Control OwnerControl { get; } 
  
Public ReadOnly Property OwnerControl As Control 
public: 
property Control^ OwnerControl { 
   Control^ get(); 
} 

Property Value

System.Windows.Forms.Control that represents the 3D control associated with this container. This control is usually of type Medical3DControl.

Remarks
  • This property is only useful when the user creates an instance of the Medical3DControl. This will create an instance of a Medical3DContainer internally. This property will then represent the Medical3DControl that created the container.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly