NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AxHost.GetPropertyOwner

[To be supplied.]

[Visual Basic]
Overridable Public Function GetPropertyOwner( _
   ByVal pd As PropertyDescriptor _
) As Object
[C#]
public virtual object GetPropertyOwner(
   PropertyDescriptor pd
);
[C++]
public: virtual Object* GetPropertyOwner(
   PropertyDescriptor* pd
);
[JScript]
public function GetPropertyOwner(
   pd : PropertyDescriptor
) : Object;

Parameters

pd
[To be supplied.]

See Also

AxHost Class | AxHost Members | System.WinForms Namespace