PrintControllerWithStatusDialog 构造函数

定义

初始化 PrintControllerWithStatusDialog 类的新实例。

重载

PrintControllerWithStatusDialog(PrintController)

初始化 PrintControllerWithStatusDialog 类的新实例,并包装所提供的 PrintController

PrintControllerWithStatusDialog(PrintController, String)

初始化 PrintControllerWithStatusDialog 类的新实例,该实例包装所提供的 PrintController 并为对话框指定标题。

PrintControllerWithStatusDialog(PrintController)

初始化 PrintControllerWithStatusDialog 类的新实例,并包装所提供的 PrintController

public:
 PrintControllerWithStatusDialog(System::Drawing::Printing::PrintController ^ underlyingController);
public PrintControllerWithStatusDialog (System.Drawing.Printing.PrintController underlyingController);
new System.Windows.Forms.PrintControllerWithStatusDialog : System.Drawing.Printing.PrintController -> System.Windows.Forms.PrintControllerWithStatusDialog
Public Sub New (underlyingController As PrintController)

参数

underlyingController
PrintController

要封装的 PrintController

适用于

PrintControllerWithStatusDialog(PrintController, String)

初始化 PrintControllerWithStatusDialog 类的新实例,该实例包装所提供的 PrintController 并为对话框指定标题。

public:
 PrintControllerWithStatusDialog(System::Drawing::Printing::PrintController ^ underlyingController, System::String ^ dialogTitle);
public PrintControllerWithStatusDialog (System.Drawing.Printing.PrintController underlyingController, string dialogTitle);
new System.Windows.Forms.PrintControllerWithStatusDialog : System.Drawing.Printing.PrintController * string -> System.Windows.Forms.PrintControllerWithStatusDialog
Public Sub New (underlyingController As PrintController, dialogTitle As String)

参数

underlyingController
PrintController

要封装的 PrintController

dialogTitle
String

包含状态对话框标题的 String

适用于