PropertyGrid.PropertyTabCollection.AddTabType Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a Property tab to the collection.
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. |
Adds a Property tab of the specified type to the collection.
public:
void AddTabType(Type ^ propertyTabType);
public void AddTabType (Type propertyTabType);
member this.AddTabType : Type -> unit
Public Sub AddTabType (propertyTabType As Type)
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 |
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);
public void AddTabType (Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope);
member this.AddTabType : Type * System.ComponentModel.PropertyTabScope -> unit
Public Sub AddTabType (propertyTabType As Type, tabScope As PropertyTabScope)
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 |
.NET geri bildirimi
.NET, açık kaynak bir projedir. Geri bildirim sağlamak için bir bağlantı seçin: