DialogWindow Constructor (String)
Visual Studio 2015
Initializes a T:Microsoft.VisualStudio.PlatformUI.DialogWindow that has a Help topic and a button.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- helpTopic
-
Type:
System.String
The dialog's help topic
Use ShowModal to display the dialog; it will get the parent window automatically from the shell.
Show: