Share

ShowModalWindow Method

Description

Launches a modal dialog with the specified URI.

Overload List

Method Description
Application.ShowModalWindow (IntPtr, Uri) Launches a modal dialog with the specified URI. The window hosts a browser window which displays the html page.
Application.ShowModalWindow (IntPtr, Uri, [MarshalAs(UnmanagedType.U1)] bool) Launches a modal dialog with the specified URI. The window hosts a browser window which displays the html page.
Application.ShowModalWindow (Uri) Launches a modal dialog with the specified URI. The window hosts a browser window which displays the html page.

Was this information helpful?