DialogContainerWithToolbar Constructor (IServiceProvider^, Control^)

 

Initializes a new instance of the class and sets the service provider and the control that is contained by the form.

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

public:
DialogContainerWithToolbar(
	IServiceProvider^ sp,
	Control^ contained
)

Parameters

sp
Type: System::IServiceProvider^

The service provider that the window can subsequently query to retrieve Visual Studio services.

contained
Type: System.Windows.Forms::Control^

The control that is contained by the form.

Return to top
Show: