Control.ControlCollection(Control) 생성자

정의

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

public:
 ControlCollection(System::Windows::Forms::Control ^ owner);
public ControlCollection (System.Windows.Forms.Control owner);
new System.Windows.Forms.Control.ControlCollection : System.Windows.Forms.Control -> System.Windows.Forms.Control.ControlCollection
Public Sub New (owner As Control)

매개 변수

owner
Control

이 컨트롤 컬렉션을 소유하는 컨트롤을 나타내는 Control입니다.

예외

.NET 5 이상 버전: 인수는 owner null.

적용 대상

추가 정보