Window.ShowInTaskbar 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示視窗是否具有工作列按鈕。
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 |
無 |