NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintControllerWithStatusDialog Constructor (PrintController)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal underlyingController As PrintController _
)
[C#]
public PrintControllerWithStatusDialog(
   PrintController underlyingController
);
[C++]
public: PrintControllerWithStatusDialog(
   PrintController* underlyingController
);
[JScript]
public function PrintControllerWithStatusDialog(
   underlyingController : PrintController
);

Parameters

underlyingController
[To be supplied.]

See Also

PrintControllerWithStatusDialog Class | PrintControllerWithStatusDialog Members | System.WinForms Namespace | PrintControllerWithStatusDialog Constructor Overload List