Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
...就像ShowInTaskBarWinForms 表单的属性一样。
ShowInTaskBar
Gtk.Window.SkipTaskbarHint
我正在使用这样的窗口(没有任务栏条目)来显示通知。我通过继承的构造函数将窗口类型设置为: WindowType.Popup 。
public class Notificator:Window { public Notificator() : base(WindowType.Popup) {
这会创建不显示任务栏的窗口