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.

적용 대상

추가 정보