AxHost::ICustomTypeDescriptor::GetDefaultProperty Method ()
.NET Framework (current version)
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.
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
Available since 1.1
Show: