Retrieves the object that directly depends on this value being edited. This is generally the object that is required for the PropertyDescriptor's GetValue and SetValue methods. If 'null' is passed for the PropertyDescriptor, the ICustomComponent descripotor implemementation should return the default object, that is the main object that exposes the properties and attributes,
[Visual Basic] Function GetPropertyOwner( _ ByVal pd As PropertyDescriptor _ ) As Object [C#] object GetPropertyOwner( PropertyDescriptor pd ); [C++] Object* GetPropertyOwner( PropertyDescriptor* pd ) = 0; [JScript] function GetPropertyOwner( pd : PropertyDescriptor ) : Object;
valueOwner
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace