TableLayoutControlCollection.Container Egenskap

Definition

Hämtar den överordnade TableLayoutPanel som innehåller kontrollerna i samlingen.

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

Egenskapsvärde

Som TableLayoutPanel innehåller kontrollerna i den aktuella samlingen.

Kommentarer

Den här egenskapen anges av TableLayoutControlCollection konstruktorn.

Gäller för

Se även