TableLayoutControlCollection.Container 속성

정의

컬렉션의 컨트롤이 들어 있는 부모 TableLayoutPanel을 가져옵니다.

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

속성 값

TableLayoutPanel

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

설명

이 속성은 TableLayoutControlCollection 생성자입니다.

적용 대상

추가 정보