C# Class Aspose.Words.Examples.CSharp.Rendering_and_Printing.ActivePrintPreviewDialog

Inheritance: System.Windows.Forms.PrintPreviewDialog
Show file Open project: aspose-words/Aspose.Words-for-.NET Class Usage Examples

Protected Methods

Method Description
OnShown ( EventArgs e ) : void

Brings the Print Preview dialog on top when it is initially displayed.

Method Details

OnShown() protected method

Brings the Print Preview dialog on top when it is initially displayed.
protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void