SubMenuStyle.ICustomTypeDescriptor.GetPropertyOwner Method (PropertyDescriptor)

 

For a description of this member, see ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor).

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

object ICustomTypeDescriptor.GetPropertyOwner(
	PropertyDescriptor pd
)

Parameters

pd
Type: System.ComponentModel.PropertyDescriptor

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

Return Value

Type: System.Object

An Object that represents the owner of the specified property.

This member is an explicit interface member implementation. It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

.NET Framework
Available since 2.0
Return to top
Show: