PropertyGrid.PropertyTabs Propriété

Définition

Obtient la collection d’onglets de propriété qui sont affichés dans la grille.

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

Valeur de propriété

Contenant PropertyGrid.PropertyTabCollection la collection d’objets PropertyTab affichés par le PropertyGrid.

Attributs

Remarques

Tous les onglets de propriété dérivent de la PropertyTab classe.

S’applique à