Partilhar via


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 de base zero do TableLayoutStyle a ser obtido ou definido.

Valor da propriedade

TableLayoutStyle

Um TableLayoutStyle no índice especificado.

Exceções

O valor da propriedade já está atribuído a outro proprietário. Primeiro, você deve removê-lo do seu local atual ou cloná-lo.

Comentários

Somente um dos tipos derivados TableLayoutStyle , ColumnStyle ou RowStyle, pode ser armazenado em um TableLayoutStyleCollection.

Uma instância de um estilo pode ser associada apenas a um único contêiner.

Aplica-se a

Confira também