PropertyTab::Components Property

 

Gets or sets the array of components the property tab is associated with.

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

public:
property array<Object^>^ Components {
	virtual array<Object^>^ get();
	virtual void set(array<Object^>^ value);
}

Property Value

Type: array<System::Object^>^

The array of components the property tab is associated with.

.NET Framework
Available since 1.1
Return to top
Show: