DialogContainerWithToolbar::ShowDialog Method ()
Visual Studio 2015
Shows a dialog.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
To show a dialog box and process messages from it, this method performs the following actions:
Gets the site from the private subclass, ShowDialogContainer.
Captures messages that originate in the dialog box by calling AddMessageFilter.
Removes the message filter by calling RemoveMessageFilter.
Show: