Share via


EventHandlerService(Control) Constructor

Definición

Inicializa una nueva instancia de la clase EventHandlerService.

public:
 EventHandlerService(System::Windows::Forms::Control ^ focusWnd);
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)

Parámetros

focusWnd
Control

Control Control que se está diseñado.

Se aplica a