Back to Devexpress

PrintPreviewFormExBase.ShowDialog Method

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-printpreviewformexbase-dot-showdialog.md

latest1.2 KB
Original Source

PrintPreviewFormExBase.ShowDialog Method

NameParametersDescription
ShowDialog()noneInvokes the Print Preview Form form which is shown modally.
ShowDialog(UserLookAndFeel)lookAndFeelInvokes the Print Preview Form form which is shown modally using the specified look and feel settings.
ShowDialog(IWin32Window, UserLookAndFeel)owner, lookAndFeelInvokes the Print Preview Form form which is shown modally as a child of the specified parent window using the specified look and feel settings.
ShowDialog(IWin32Window)ownerInvokes the Print Preview Form form which is shown modally as a child of the specified parent window.