ControlDesigner::ControlDesignerAccessibleObject Constructor (ControlDesigner^, Control^)

 

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

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

public:
ControlDesignerAccessibleObject(
	ControlDesigner^ designer,
	Control^ control
)

Parameters

designer
Type: System.Windows.Forms.Design::ControlDesigner^

The ControlDesigner for the accessible object.

control
Type: System.Windows.Forms::Control^

The Control for the accessible object.

.NET Framework
Available since 1.1
Return to top
Show: