PropertyGrid.PropertyTabCollection.Item[Int32] Proprietà

Definizione

Ottiene PropertyTab in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice dell'oggetto PropertyTab da restituire.

Valore della proprietà

Oggetto PropertyTab in corrispondenza dell'indice specificato.

Si applica a