TableLayoutStyleCollection.Item[Int32] Propriedade

Definição

Obtém ou define TableLayoutStyle no índice especificado.

public:
 property System::Windows::Forms::TableLayoutStyle ^ default[int] { System::Windows::Forms::TableLayoutStyle ^ get(int index); void set(int index, System::Windows::Forms::TableLayoutStyle ^ value); };
public System.Windows.Forms.TableLayoutStyle this[int index] { get; set; }
member this.Item(int) : System.Windows.Forms.TableLayoutStyle with get, set
Default Public Property Item(index As Integer) As TableLayoutStyle

Parâmetros

index
Int32

O índice baseado em zero do TableLayoutStyle to get ou set.

Valor de Propriedade

A TableLayoutStyle no índice especificado.

Exceções

O valor do imóvel já está atribuído a outro proprietário. Deves primeiro removê-lo da sua localização atual ou cloná-lo.

Observações

Apenas um dos tipos derivados TableLayoutStyle , ColumnStyle ou RowStyle, pode ser armazenado num TableLayoutStyleCollection.

Uma instância de um estilo só pode ser associada a um único contentor.

Aplica-se a

Ver também