SubMenuStyle::ICustomTypeDescriptor::GetDefaultProperty Method ()

 

For a description of this member, see ICustomTypeDescriptor::GetDefaultProperty().

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

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

Return Value

Type: System.ComponentModel::PropertyDescriptor^

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

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: