Share via


TableLayoutControlCollection(TableLayoutPanel) Oluşturucu

Tanım

TableLayoutControlCollection sınıfının yeni bir örneğini başlatır.

public:
 TableLayoutControlCollection(System::Windows::Forms::TableLayoutPanel ^ container);
public TableLayoutControlCollection (System.Windows.Forms.TableLayoutPanel container);
new System.Windows.Forms.TableLayoutControlCollection : System.Windows.Forms.TableLayoutPanel -> System.Windows.Forms.TableLayoutControlCollection
Public Sub New (container As TableLayoutPanel)

Parametreler

container
TableLayoutPanel

Denetim TableLayoutPanel koleksiyonunu içeren denetim.

Özel durumlar

.NET 5 ve üzeri: container bağımsız değişkenidir null.

Açıklamalar

Genellikle, uygulama programcısı doğrudan sınıfının örneklerini TableLayoutControlCollection oluşturmaz. Bunun yerine, özelliği tarafından Controls var olan TableLayoutControlCollection bir başvuru döndürülür.

Şunlara uygulanır

Ayrıca bkz.