PropertyGrid.PropertyTabCollection.Clear(PropertyTabScope) Método

Definición

Quita todas las pestañas Propiedad del ámbito especificado de la colección.

public:
 void Clear(System::ComponentModel::PropertyTabScope tabScope);
public void Clear(System.ComponentModel.PropertyTabScope tabScope);
member this.Clear : System.ComponentModel.PropertyTabScope -> unit
Public Sub Clear (tabScope As PropertyTabScope)

Parámetros

tabScope
PropertyTabScope

Ámbito de las pestañas que se van a borrar.

Excepciones

El valor asignado del tabScope parámetro es menor que el Document valor de PropertyTabScope.

Comentarios

Este método borra las pestañas del ámbito especificado o menor. El tabScope parámetro debe ser el Component valor o Document de PropertyTabScope.

Se aplica a