C# WinForm 關於表單最大化時的是否全屏效果與是否遮蓋工作列

來源:互聯網
上載者:User

0.建立表單 及添加按鈕

1.ITPUB個人空間s6d:vU0UL
  執行如下按鈕事件ITPUB個人空間zA\I;^+M,g"pr Q0J
  private void btnFormMax_Click(object sender, EventArgs e)
+tbh5?'e0  {ITPUB個人空間&MK4ozc;FP
     if (this.WindowState == FormWindowState.Maximized)
b x?p#p,H8t0     {ITPUB個人空間2LM.[3]M
         this.WindowState = FormWindowState.Normal;
.b�ev~q[-@!O0     }
r(Iem4{#bg0     elseITPUB個人空間k$lV&Rohu
     {ITPUB個人空間W8^wm|�qy @
         this.WindowState = FormWindowState.Maximized;ITPUB個人空間^0vQ9h ^
     }ITPUB個人空間x:h;f'Au9P9ZO_
  }ITPUB個人空間J,p/X/F9or
  表單最大化時 非全屏 不會遮蓋工作列
q@/xc^v6[Px0  此時this.FormBorderStyle. 預設為 Sizable

2.ITPUB個人空間3U&u9])_0dn*c
  執行如下按鈕事件ITPUB個人空間[#U%tsT:N%|
  private void btnFormMax_Click(object sender, EventArgs e)ITPUB個人空間:\,l!x-j(_"Qw
  {
NNYiC0^FV$Ln�_lY0      if (this.WindowState == FormWindowState.Maximized)
|GQ2p7}O!pT0      {       
%m]5|vlF0         this.WindowState = FormWindowState.Normal;
O*L^*M$l4Md�Jf(zx0      }ITPUB個人空間\ h'H ~;~
      else
7elW$Ii0      {
|B}@+V}1n qAC0         this.FormBorderStyle. = FormBorderStyle.None;
\/g0o&KB t0w0         this.WindowState = FormWindowState.Maximized;
EcN%WQ�l}B0      }
\+YN0LC0   }

  表單最大化時 會全屏 及遮蓋工作列
6F0S+N M7[0  此時this.FormBorderStyle. 為 None 不會顯示表單標題列等相關

3.
KAK Y0HmNF0  執行如下按鈕事件
~3Eo3NTp0  private void btnFormMax_Click(object sender, EventArgs e)
1nU|5\8AO?-~H0  {ITPUB個人空間}"F#M#X1k0c�X
      if (this.WindowState == FormWindowState.Maximized)ITPUB個人空間,B'BC;bzE*ac�xZ
      {       ITPUB個人空間iGj]g+Y%L+IE
         this.WindowState = FormWindowState.Normal;
5b%t+l.X @(zl/e0      }ITPUB個人空間/wC ZcWg
      elseITPUB個人空間?m{!SrPy7p
      {ITPUB個人空間Qt^f\
         this.FormBorderStyle. = FormBorderStyle.None;
;pCy*cy'pZ)g0         this.MaximumSize = new Size(Screen.PrimaryScreen.WorkingArea.Width, Screen.PrimaryScreen.WorkingArea.Height);ITPUB個人空間\Qh9q cn-oc
         this.WindowState = FormWindowState.Maximized;
v1y,c8Rw0      }ITPUB個人空間7y6LOQ&mhHK�s#Y
   }

  表單最大化時 非全屏 不會遮蓋工作列
/E+GQKc5fIy]0  此時this.FormBorderStyle. 為 None 不會顯示表單標題列等相關

轉載自: http://space.itpub.net/12639172/viewspace-501587

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.