ActiveReports.Chart Request technical support
GetPropertyOwner Method
See Also 


pd

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

Returns the object of which this value is a member.

Syntax

Visual Basic (Declaration) 
Public Function GetPropertyOwner( _
   ByVal pd As PropertyDescriptor _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As CustomProperties
Dim pd As PropertyDescriptor
Dim value As Object
 
value = instance.GetPropertyOwner(pd)
C# 
public object GetPropertyOwner( 
   PropertyDescriptor pd
)

Parameters

pd

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

See Also