PropertyGrid.PropertyTabs Propiedad

Definición

Obtiene la colección de fichas de propiedades que se muestran en la cuadrícula.

public:
 property System::Windows::Forms::PropertyGrid::PropertyTabCollection ^ PropertyTabs { System::Windows::Forms::PropertyGrid::PropertyTabCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.PropertyGrid.PropertyTabCollection PropertyTabs { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PropertyTabs : System.Windows.Forms.PropertyGrid.PropertyTabCollection
Public ReadOnly Property PropertyTabs As PropertyGrid.PropertyTabCollection

Valor de propiedad

PropertyGrid.PropertyTabCollection

PropertyGrid.PropertyTabCollection que contiene la colección de objetos PropertyTab mostrados por PropertyGrid.

Atributos

Comentarios

Todas las pestañas de propiedades derivan de la PropertyTab clase .

Se aplica a