仅在任务栏中显示图标

时间:2019-12-31 05:51:51

标签: c# winforms icons border

我这样做是出于审美目的。

我想创建一个Windows窗体,其中图标仅显示在任务栏中,而不显示在窗体本身上。

我可以通过将边框样式更改为FormBorderStyle.None来完成此操作,但是然后丢失左上角的“ X”按钮。

我可以通过将边框样式更改为FormBorderStyle.FixedToolWindows来完成此操作,但是我发现由该边框样式产生的“ X”按钮在外观上不如FormBorderStyle.FixedSingle有吸引力。

是否有人知道具有带有FixedSingle,Fixed3D或FixedDialog边框的表单的方式不会在表单上显示图标,而是仍在任务栏中显示图标?预先感谢。

(同样,我出于审美目的这样做)

编辑:ShowIcon = false将任务栏图标更改为通用应用程序图标

this is with FixedSingle, I don't want the icon to appear in the top corner of the form

this is with FixedToolWindow, I would prefer the "X" button of FixedSingle

0 个答案:

没有答案