PropertyGrid.PropertyTabs Propriété

Définition

Obtient la collection des onglets de propriété qui s’affichent 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é

PropertyGrid.PropertyTabCollection

PropertyGrid.PropertyTabCollection contenant la collection des objets PropertyTab affichés par PropertyGrid.

Attributs

Remarques

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

S’applique à