PropertyGrid.PropertyTabCollection.Item[Int32] Propriété

Définition

Obtient l'objet PropertyTab à l'index spécifié.

public:
 property System::Windows::Forms::Design::PropertyTab ^ default[int] { System::Windows::Forms::Design::PropertyTab ^ get(int index); };
public System.Windows.Forms.Design.PropertyTab this[int index] { get; }
member this.Item(int) : System.Windows.Forms.Design.PropertyTab
Default Public ReadOnly Property Item(index As Integer) As PropertyTab

Paramètres

index
Int32

Index du PropertyTab à retourner.

Valeur de propriété

PropertyTab

PropertyTab au niveau de l'index spécifié.

S’applique à