Aspose.Words.Examples.CSharp.Rendering_and_Printing.ActivePrintPreviewDialog.OnShown C# (CSharp) Method

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
        protected override void OnShown(EventArgs e)
        {
            Activate();
            base.OnShown(e);
        }
ActivePrintPreviewDialog