TableLayoutControlCollection(TableLayoutPanel) 생성자

정의

TableLayoutControlCollection 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

container
TableLayoutPanel

컨트롤 컬렉션이 들어 있는 TableLayoutPanel 컨트롤입니다.

예외

.NET 5 이상: 인수는 container null.

설명

일반적으로 애플리케이션 프로그래머는 직접 만들지의 인스턴스는 TableLayoutControlCollection 클래스입니다. 대신 기존에 대 한 참조가 TableLayoutControlCollection 에서 반환 되는 Controls 속성입니다.

적용 대상

추가 정보