ControlDesigner.Control Property

Definition

Gets the control that the designer is designing.

public:
 virtual property System::Windows::Forms::Control ^ Control { System::Windows::Forms::Control ^ get(); };
public virtual System.Windows.Forms.Control Control { get; }
member this.Control : System.Windows.Forms.Control
Public Overridable ReadOnly Property Control As Control

Property Value

The control that the designer is designing.

Applies to