Maximize Print Preview?

前端 未结 2 1746
时光说笑
时光说笑 2021-01-16 03:01

Is there any way to Maximize the Print Preview Dialogue?

I could not see any Maximize property on the controls at properties window.

2条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-16 03:19

    For C#:

    (PrintPreviewDialog1 as Form).WindowState = FormWindowState.Maximized;
    

提交回复
热议问题