Aspose.Words.Examples.CSharp.Rendering_and_Printing.ActivePrintPreviewDialog.OnShown C# (CSharp) Метод

OnShown() защищенный Метод

Brings the Print Preview dialog on top when it is initially displayed.
protected OnShown ( EventArgs e ) : void
e System.EventArgs
Результат void
        protected override void OnShown(EventArgs e)
        {
            Activate();
            base.OnShown(e);
        }
ActivePrintPreviewDialog