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!

PrintPreviewControl.CreateParams

Gets the CreateParams used to create the window. If a subclass overrides this function, it must call the super implementation.

[Visual Basic]
Overridable Protected ReadOnly Property CreateParams As _
   CreateParams
[C#]
protected CreateParams CreateParams {override get;}
[C++]
protected: __property virtual CreateParams* get_CreateParams();
[JScript]
protected function get CreateParams() : CreateParams;

See Also

PrintPreviewControl Class | PrintPreviewControl Members | System.WinForms Namespace | CreateParams