Share via


HostedControl.TopLevelWindow Property

Definition

Returns a control for the owning window of this hosted app. If this is an external application, then null is returned.

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

Property Value

Implements

Applies to