PropertyTab::GetProperties Method (Object^)

 

Gets the properties of the specified component.

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

public:
virtual PropertyDescriptorCollection^ GetProperties(
	Object^ component
)

Parameters

component
Type: System::Object^

The component to retrieve the properties of.

Return Value

Type: System.ComponentModel::PropertyDescriptorCollection^

A PropertyDescriptorCollection that contains the properties of the component.

.NET Framework
Available since 1.1
Return to top
Show: