Share via


ExternalApplication.Parent Property

Definition

The Windows Forms Control which is parenting this application.

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

Property Value

Returns Control.

Applies to