Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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