다음을 통해 공유


IWindowsFormsEditorService.DropDownControl(Control) 메서드

정의

드롭다운 영역 안에서 이 서비스를 제공하는 속성 표의 값 필드 아래에 지정된 컨트롤을 표시합니다.

public:
 void DropDownControl(System::Windows::Forms::Control ^ control);
public void DropDownControl (System.Windows.Forms.Control control);
public void DropDownControl (System.Windows.Forms.Control? control);
abstract member DropDownControl : System.Windows.Forms.Control -> unit
Public Sub DropDownControl (control As Control)

매개 변수

control
Control

열 drop down list Control입니다.

설명

합니다 EditValue 메서드는 UITypeEditor 호스팅이 서비스를 사용 하는 편집기 속성 표 드롭다운 영역에에서 지정 된 컨트롤을 표시 하려면이 메서드를 호출할 수 있습니다.

가능한 경우 컨트롤의 크기는 유지 됩니다. 화면 레이아웃으로 인해 불가능 컨트롤 크기를 조정할 수 있습니다. 컨트롤의 크기가 조정 깔끔하게 위해 구현 해야 도킹 및 고정을 고 수 있는 모든 크기 조정 이벤트 처리기 코드를 업데이트 합니다. 경우 사용자는 원인의 드롭다운 컨트롤을 닫는 숨겨지고 다른 경우 가비지 수집에 의해 삭제 컨트롤에 대 한 참조를 저장 하는 작업을 수행 합니다.

적용 대상