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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly