Share via


ExternalApplication.TopLevelWindow Property

Definition

The Windows Forms Control this hosted application resides in.

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

Property Value

Returns Control.

Applies to