EventHandlerService(Control) コンストラクター

定義

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)

パラメーター

focusWnd
Control

デザイン中の Control

適用対象