PropertyGrid::PropertyTabCollection::AddTabType Method (Type^)

 

Adds a Property tab of the specified type to the collection.

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

public:
void AddTabType(
	Type^ propertyTabType
)

Parameters

propertyTabType
Type: System::Type^

The Property tab type to add to the grid.

The Property tab is added to the collection with a PropertyTabScope value of Global.

.NET Framework
Available since 1.1
Return to top
Show: