PropertyTab::GetDefaultProperty Method (Object^)

 

Gets the default property of the specified component.

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

public:
virtual PropertyDescriptor^ GetDefaultProperty(
	Object^ component
)

Parameters

component
Type: System::Object^

The component to retrieve the default property of.

Return Value

Type: System.ComponentModel::PropertyDescriptor^

A PropertyDescriptor that represents the default property.

.NET Framework
Available since 1.1
Return to top
Show: