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