ControlDesigner.ControlDesignerAccessibleObject Konstruktor

Definition

Initierar en ny instans av ControlDesigner.ControlDesignerAccessibleObject klassen med den angivna designern och kontrollen.

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)

Parametrar

designer
ControlDesigner

ControlDesigner För det tillgängliga objektet.

control
Control

Control För det tillgängliga objektet.

Gäller för