PropertyTab::Components Property
.NET Framework (current version)
Gets or sets the array of components the property tab is associated with.
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
Available since 1.1
Show: