PropertyGrid::PropertyTabs Property
.NET Framework (current version)
Gets the collection of property tabs that are displayed in the grid.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property PropertyGrid::PropertyTabCollection^ PropertyTabs { PropertyGrid::PropertyTabCollection^ get(); }
Property Value
Type: System.Windows.Forms::PropertyGrid::PropertyTabCollection^A PropertyGrid::PropertyTabCollection containing the collection of PropertyTab objects being displayed by the PropertyGrid.
All property tabs derive from the PropertyTab class.
.NET Framework
Available since 1.1
Available since 1.1
Show: