ToolStripMenuItem.IsMdiWindowListEntry 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 ToolStripMenuItem 是否會出現在多重文件介面 (MDI) 視窗清單中。
public:
property bool IsMdiWindowListEntry { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsMdiWindowListEntry { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsMdiWindowListEntry : bool
Public ReadOnly Property IsMdiWindowListEntry As Boolean
屬性值
如果 ToolStripMenuItem 會出現在 MDI 視窗清單中則為 true
,否則為 false
。
- 屬性
備註
ToolStripMenuItem屬性必須指定 的名稱 MdiWindowListItem 。