GetPropertyOwner Method

Summary

Returns an object that contains the property described by the specified property descriptor.

Syntax
C#
VB
C++
public object GetPropertyOwner( 
   PropertyDescriptor pd 
) 
Public Function GetPropertyOwner( _ 
   ByVal pd As PropertyDescriptor _ 
) As Object 
public: 
Object^ GetPropertyOwner(  
   PropertyDescriptor^ pd 
)  

Parameters

pd
A PropertyDescriptor that represents the property whose owner is to be found.

Return Value

An Object that represents the owner of the specified property.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly