HostedWebApplication.TopLevelWindow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the control which represents the browser
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