AxHost::ICustomTypeDescriptor::GetDefaultProperty Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the default property for the current object.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

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

Return Value

Type: System.ComponentModel::PropertyDescriptor^

A PropertyDescriptor that represents the default property for the current object, or null if the object does not have properties.

.NET Framework
Available since 1.1
Return to top
Show: