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

適用対象