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

 

Removes the specified tab type from the collection.

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

public:
void RemoveTabType(
	Type^ propertyTabType
)

Parameters

propertyTabType
Type: System::Type^

The tab type to remove from the collection.

Removing the tab from the collection removes it from the property grid.

.NET Framework
Available since 1.1
Return to top
Show: