PropertyGrid.PropertyTabCollection.RemoveTabType(Type) Method

Definition

Removes the specified tab type from the collection.

public:
 void RemoveTabType(Type ^ propertyTabType);
public void RemoveTabType (Type propertyTabType);
member this.RemoveTabType : Type -> unit
Public Sub RemoveTabType (propertyTabType As Type)

Parameters

propertyTabType
Type

The tab type to remove from the collection.

Remarks

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

Applies to