PropertyGrid.PropertyTabCollection.Clear(PropertyTabScope) Método

Definición

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

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 fichas que se van a borrar.

Excepciones

El valor asignado del parámetro tabScope es menor que el valor Document 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