CustomTypeDescriptor::GetDefaultProperty Method ()
.NET Framework (current version)
Returns the property descriptor for the default property of the object represented by this type descriptor.
Assembly: System (in System.dll)
Return Value
Type: System.ComponentModel::PropertyDescriptor^A PropertyDescriptor for the default property on the object represented by this type descriptor. The default is null.
If a parent custom type descriptor was passed into the CustomTypeDescriptor constructor, the GetDefaultProperty method will call the parent's corresponding method.
.NET Framework
Available since 2.0
Available since 2.0
Show: