PrintControllerWithStatusDialog 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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。