Partager via


IHostedApplication.TopLevelWindow Property

Definition

Gets the top level window for the application.

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

Property Value

Returns Control.

Applies to