PrintControllerWithStatusDialog 构造函数

定义

初始化 PrintControllerWithStatusDialog 类的新实例。

重载

名称 说明
PrintControllerWithStatusDialog(PrintController)

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

PrintControllerWithStatusDialog(PrintController, String)

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

PrintControllerWithStatusDialog(PrintController)

Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs

初始化类的新实例 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

要封装的 A PrintController

适用于

PrintControllerWithStatusDialog(PrintController, String)

Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs
Source:
PrintControllerWithStatusDialog.cs

初始化类的新实例 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

要封装的 A PrintController

dialogTitle
String

String包含状态对话框的标题。

适用于