ExternalControl.MainWindow 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.
Top-level window handle of the external application.
public:
property System::Runtime::InteropServices::HandleRef MainWindow { System::Runtime::InteropServices::HandleRef get(); void set(System::Runtime::InteropServices::HandleRef value); };
public System.Runtime.InteropServices.HandleRef MainWindow { get; set; }
member this.MainWindow : System.Runtime.InteropServices.HandleRef with get, set
Public Property MainWindow As HandleRef