PropertyGrid.PropertyTabCollection.AddTabType Método

Definição

Adiciona um separador de Propriedades à coleção.

Sobrecargas

Name Description
AddTabType(Type)

Adiciona um separador de Propriedades do tipo especificado à coleção.

AddTabType(Type, PropertyTabScope)

Adiciona um separador de Propriedades do tipo especificado e com o âmbito especificado à coleção.

AddTabType(Type)

Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs

Adiciona um separador de Propriedades do tipo especificado à coleção.

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

Parâmetros

propertyTabType
Type

O tipo de separador Propriedades para adicionar à grelha.

Observações

O separador Propriedades é adicionado à coleção com um PropertyTabScope valor de Global.

Ver também

Aplica-se a

AddTabType(Type, PropertyTabScope)

Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs
Origem:
PropertyGrid.PropertyTabCollection.cs

Adiciona um separador de Propriedades do tipo especificado e com o âmbito especificado à coleção.

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)

Parâmetros

propertyTabType
Type

O tipo de separador Propriedades para adicionar à grelha.

tabScope
PropertyTabScope

Um dos PropertyTabScope valores.

Ver também

Aplica-se a