HostedWpfControl.TopLevelWpfWindow 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.
Gets the top level wpf window of the hosted application.
public:
virtual property System::Windows::Controls::Control ^ TopLevelWpfWindow { System::Windows::Controls::Control ^ get(); };
public virtual System.Windows.Controls.Control TopLevelWpfWindow { get; }
member this.TopLevelWpfWindow : System.Windows.Controls.Control
Public Overridable ReadOnly Property TopLevelWpfWindow As Control