GetPropertyOwner(PropertyDescriptor)

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object GetPropertyOwner(
	PropertyDescriptor pd
)
Visual Basic
Public Function GetPropertyOwner ( _
	pd As PropertyDescriptor _
) As Object
JScript
public final function GetPropertyOwner(
	pd : PropertyDescriptor
) : Object

Parameters

pd
Type: System.ComponentModel..::..PropertyDescriptor

Implements

ICustomTypeDescriptor..::..GetPropertyOwner(PropertyDescriptor)

See Also