Control.CreateControlsInstance 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컨트롤에 대한 컨트롤 컬렉션의 새 인스턴스를 만듭니다.
protected:
virtual System::Windows::Forms::Control::ControlCollection ^ CreateControlsInstance();
protected virtual System.Windows.Forms.Control.ControlCollection CreateControlsInstance ();
abstract member CreateControlsInstance : unit -> System.Windows.Forms.Control.ControlCollection
override this.CreateControlsInstance : unit -> System.Windows.Forms.Control.ControlCollection
Protected Overridable Function CreateControlsInstance () As Control.ControlCollection
반환
컨트롤에 할당된 Control.ControlCollection의 새 인스턴스입니다.
상속자 참고
이 메서드의 기본 클래스 버전은 파생 클래스에서 호출하면 안 됩니다.