Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property OwnerControl As Control |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DContainer Dim value As Control value = instance.OwnerControl |
C# | |
---|---|
public Control OwnerControl {get;} |
Property Value
System.Windows.Forms.Control that represents the 3D control associated with this container. This control is usually of type Medical3DControl.- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7