共用方式為


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

適用於