TableLayoutControlCollection(TableLayoutPanel) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 속성입니다.