TableLayoutControlCollection.Container Właściwość

Definicja

Pobiera element nadrzędny TableLayoutPanel zawierający kontrolki w kolekcji.

public:
 property System::Windows::Forms::TableLayoutPanel ^ Container { System::Windows::Forms::TableLayoutPanel ^ get(); };
public System.Windows.Forms.TableLayoutPanel Container { get; }
member this.Container : System.Windows.Forms.TableLayoutPanel
Public ReadOnly Property Container As TableLayoutPanel

Wartość właściwości

TableLayoutPanel

Element TableLayoutPanel , który zawiera kontrolki w bieżącej kolekcji.

Uwagi

Ta właściwość jest ustawiana przez konstruktora TableLayoutControlCollection .

Dotyczy

Zobacz też