PrintControllerWithStatusDialog Constructor (PrintController^, String^)

 

Initializes a new instance of the PrintControllerWithStatusDialog class, wrapping the supplied PrintController and specifying a title for the dialog box.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
PrintControllerWithStatusDialog(
	PrintController^ underlyingController,
	String^ dialogTitle
)

Parameters

underlyingController
Type: System.Drawing.Printing::PrintController^

A PrintController to encapsulate.

dialogTitle
Type: System::String^

A String containing a title for the status dialog box.

.NET Framework
Available since 1.1
Return to top
Show: