ParentControlDesigner.GetControl(Object) 메서드

정의

지정된 구성 요소의 디자이너에서 컨트롤을 가져옵니다.

protected:
 System::Windows::Forms::Control ^ GetControl(System::Object ^ component);
protected System.Windows.Forms.Control GetControl (object component);
member this.GetControl : obj -> System.Windows.Forms.Control
Protected Function GetControl (component As Object) As Control

매개 변수

component
Object

컨트롤을 검색할 구성 요소입니다.

반환

지정한 구성 요소가 속한 Control입니다.

적용 대상

추가 정보