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

适用于