PrintControllerWithStatusDialog Constructor (PrintController^, String^)
.NET Framework (current version)
Initializes a new instance of the PrintControllerWithStatusDialog class, wrapping the supplied PrintController and specifying a title for the dialog box.
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
Available since 1.1
Show: