PropertyGrid.PropertyTabs Proprietà

Definizione

Ottiene la raccolta di schede di proprietà visualizzate nella griglia.

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

Valore della proprietà

Oggetto PropertyGrid.PropertyTabCollection contenente l'insieme di oggetti PropertyTab visualizzati nell'oggetto PropertyGrid.

Attributi

Commenti

Tutte le schede delle proprietà derivano dalla PropertyTab classe .

Si applica a