WebPartMenuStyle::ICustomTypeDescriptor::GetDefaultProperty Method ()

 

Returns the default property for this instance of a component. This method implements the ICustomTypeDescriptor::GetDefaultProperty method.

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

private:
virtual PropertyDescriptor^ GetDefaultProperty() sealed = ICustomTypeDescriptor::GetDefaultProperty

Return Value

Type: System.ComponentModel::PropertyDescriptor^

A PropertyDescriptor that represents the default property for this object, or null if the object has no properties.

.NET Framework
Available since 2.0
Return to top
Show: