ShowDialog()
|
none
|
Invokes the Print Preview Form form which is shown modally.
|
ShowDialog(UserLookAndFeel)
|
lookAndFeel
|
Invokes the Print Preview Form form which is shown modally using the specified look and feel settings.
|
ShowDialog(IWin32Window, UserLookAndFeel)
|
owner, lookAndFeel
|
Invokes 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)
|
owner
|
Invokes the Print Preview Form form which is shown modally as a child of the specified parent window.
|