Window.ShowInTaskbar 属性

定义

获取或设置一个指示窗口是否具有任务栏按钮的值。

public:
 property bool ShowInTaskbar { bool get(); void set(bool value); };
public bool ShowInTaskbar { get; set; }
member this.ShowInTaskbar : bool with get, set
Public Property ShowInTaskbar As Boolean

属性值

如果窗口具有任务栏按钮,则为 true;否则为 false。 当窗口承载在浏览器中时,此属性不适用。

注解

如果 ShowInTaskbar 设置为 true,则窗口还将出现在 Alt+TAB 应用程序选择列表中。

用于任务栏按钮和 Alt+TAB 应用程序选择列表的图标是 属性的值 Icon

注意

当窗口托管在浏览器中时,无法设置或获取此属性。

依赖项属性信息

标识符字段 ShowInTaskbarProperty
元数据属性设置为 true

适用于