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

 

Adds a Property tab of the specified type and with the specified scope to the collection.

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

public:
void AddTabType(
	Type^ propertyTabType,
	PropertyTabScope tabScope
)

Parameters

propertyTabType
Type: System::Type^

The Property tab type to add to the grid.

tabScope
Type: System.ComponentModel::PropertyTabScope

One of the PropertyTabScope values.

.NET Framework
Available since 1.1
Return to top
Show: