PropertyGrid::PropertyTabs Property

 

Gets the collection of property tabs that are displayed in the grid.

Namespace:   System.Windows.Forms
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
Return to top
Show: