Compartilhar via


PropertyGrid.PropertyTabCollection.Item[Int32] Propriedade

Definição

Obtém o PropertyTab no índice especificado.

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

Parâmetros

index
Int32

O índice do PropertyTab a ser retornado.

Valor da propriedade

PropertyTab

O PropertyTab no índice especificado.

Aplica-se a