ControlDesigner.ControlDesignerAccessibleObject コンストラクター

定義

デザイナーとコントロールを指定して、ControlDesigner.ControlDesignerAccessibleObject クラスの新しいインスタンスを初期化します。

public:
 ControlDesignerAccessibleObject(System::Windows::Forms::Design::ControlDesigner ^ designer, System::Windows::Forms::Control ^ control);
public ControlDesignerAccessibleObject (System.Windows.Forms.Design.ControlDesigner designer, System.Windows.Forms.Control control);
new System.Windows.Forms.Design.ControlDesigner.ControlDesignerAccessibleObject : System.Windows.Forms.Design.ControlDesigner * System.Windows.Forms.Control -> System.Windows.Forms.Design.ControlDesigner.ControlDesignerAccessibleObject
Public Sub New (designer As ControlDesigner, control As Control)

パラメーター

designer
ControlDesigner

アクセスできるオブジェクトの ControlDesigner

control
Control

アクセスできるオブジェクトの Control

適用対象