DialogWindow Constructor (String^)

 

Initializes a T:Microsoft.VisualStudio.PlatformUI.DialogWindow that has a Help topic and a button.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
DialogWindow(
	String^ helpTopic
)

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.

Return to top
Show: