PropertyGrid.PropertyTabCollection.AddTabType Metod

Definition

Lägger till en egenskapsflik i samlingen.

Överlagringar

Name Description
AddTabType(Type)

Lägger till en egenskapsflik av den angivna typen i samlingen.

AddTabType(Type, PropertyTabScope)

Lägger till en egenskapsflik av den angivna typen och med det angivna omfånget i samlingen.

AddTabType(Type)

Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs

Lägger till en egenskapsflik av den angivna typen i samlingen.

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

Parametrar

propertyTabType
Type

Fliken Egenskapstyp som ska läggas till i rutnätet.

Kommentarer

Fliken Egenskap läggs till i samlingen med värdet PropertyTabScopeGlobal.

Se även

Gäller för

AddTabType(Type, PropertyTabScope)

Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs
Källa:
PropertyGrid.PropertyTabCollection.cs

Lägger till en egenskapsflik av den angivna typen och med det angivna omfånget i samlingen.

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)

Parametrar

propertyTabType
Type

Fliken Egenskapstyp som ska läggas till i rutnätet.

tabScope
PropertyTabScope

Ett av PropertyTabScope värdena.

Se även

Gäller för