Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void Show(
    IWin32Window owner,
    UserLookAndFeel lookAndFeel
)

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