Don't show description form in task bar
This commit is contained in:
parent
138f94594f
commit
23460e0137
@ -55,6 +55,7 @@
|
|||||||
this.MaximizeBox = false;
|
this.MaximizeBox = false;
|
||||||
this.MinimizeBox = false;
|
this.MinimizeBox = false;
|
||||||
this.Name = "DescriptionDisplay";
|
this.Name = "DescriptionDisplay";
|
||||||
|
this.ShowInTaskbar = false;
|
||||||
this.Text = "DescriptionDisplay";
|
this.Text = "DescriptionDisplay";
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user