EventHandlerService(Control) 생성자

정의

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

public:
 EventHandlerService(System::Windows::Forms::Control ^ focusWnd);
public EventHandlerService (System.Windows.Forms.Control focusWnd);
new System.Windows.Forms.Design.EventHandlerService : System.Windows.Forms.Control -> System.Windows.Forms.Design.EventHandlerService
Public Sub New (focusWnd As Control)

매개 변수

focusWnd
Control

디자인되고 있는 Control입니다.

적용 대상