ControlDesigner.ControlDesignerAccessibleObject Constructor

Definition

Initializes a new instance of the ControlDesigner.ControlDesignerAccessibleObject class using the specified designer and control.

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)

Parameters

designer
ControlDesigner

The ControlDesigner for the accessible object.

control
Control

The Control for the accessible object.

Applies to