PropertyGrid.PropertyTabCollection.AddTabType Method

Definition

Adds a Property tab to the collection.

Overloads

AddTabType(Type)

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

AddTabType(Type, PropertyTabScope)

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

AddTabType(Type)

Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs

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

public void AddTabType (Type propertyTabType);

Parameters

propertyTabType
Type

The Property tab type to add to the grid.

Remarks

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

See also

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

AddTabType(Type, PropertyTabScope)

Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs

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

public void AddTabType (Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope);

Parameters

propertyTabType
Type

The Property tab type to add to the grid.

tabScope
PropertyTabScope

One of the PropertyTabScope values.

See also

Applies to

.NET Framework 4.8.1 ve diğer sürümler
Ürün Sürümler
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9