PrintControllerWithStatusDialog Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der PrintControllerWithStatusDialog-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| PrintControllerWithStatusDialog(PrintController) |
Initialisiert eine neue Instanz der PrintControllerWithStatusDialog Klasse, wobei der angegebene Umbruch erfolgt PrintController. |
| PrintControllerWithStatusDialog(PrintController, String) |
Initialisiert eine neue Instanz der PrintControllerWithStatusDialog Klasse, wobei der angegebene PrintController Umbruch und das Angeben eines Titels für das Dialogfeld erfolgt. |
PrintControllerWithStatusDialog(PrintController)
Initialisiert eine neue Instanz der PrintControllerWithStatusDialog Klasse, wobei der angegebene Umbruch erfolgt 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)
Parameter
- underlyingController
- PrintController
A PrintController bis Kapselung.
Gilt für:
PrintControllerWithStatusDialog(PrintController, String)
Initialisiert eine neue Instanz der PrintControllerWithStatusDialog Klasse, wobei der angegebene PrintController Umbruch und das Angeben eines Titels für das Dialogfeld erfolgt.
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)
Parameter
- underlyingController
- PrintController
A PrintController bis Kapselung.