PrintPreviewFormExBase.Show(IWin32Window, UserLookAndFeel) Method
Invokes the PrintPreviewFormExBase as a child of the specified parent window, using the specified look-and-feel settings.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: DevExpress.Win.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | IWin32Window | A IWin32Window object that is the parent window for this dialog. |
| lookAndFeel | UserLookAndFeel | A UserLookAndFeel object, specifying the look-and-feel settings applied to the Print Preview form. |
See Also