ComponentDocumentDesigner.Control Property

Definition

Gets the control for the designer.

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

Property Value

The Control the designer is editing.

Applies to