ControlDesigner::Control Property

 

Gets the control that the designer is designing.

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

public:
property Control^ Control {
	virtual Control^ get();
}

Property Value

Type: System.Windows.Forms::Control^

The control that the designer is designing.

.NET Framework
Available since 1.1
Return to top
Show: