PropertyGrid.PropertyTabCollection.AddTabType Método

Definición

Agrega una pestaña Propiedad a la colección.

Sobrecargas

AddTabType(Type)

Agrega a la colección una pestaña Propiedad del tipo especificado.

AddTabType(Type, PropertyTabScope)

Agrega a la colección una pestaña Propiedad del tipo especificado y con el ámbito especificado.

AddTabType(Type)

Agrega a la colección una pestaña Propiedad del tipo especificado.

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

El tipo de pestaña Propiedad que se va a agregar a la cuadrícula.

Comentarios

La pestaña Propiedad se agrega a la colección con un PropertyTabScope valor de Global.

Consulte también

Se aplica a

AddTabType(Type, PropertyTabScope)

Agrega a la colección una pestaña Propiedad del tipo especificado y con el ámbito especificado.

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

El tipo de pestaña Propiedad que se va a agregar a la cuadrícula.

tabScope
PropertyTabScope

Uno de los valores de PropertyTabScope.

Consulte también

Se aplica a