EventHandlerService(Control) Constructor

Definition

Initializes a new instance of the EventHandlerService class.

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)

Parameters

focusWnd
Control

The Control which is being designed.

Applies to