ToolStripOverflow.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 ToolStrip 上的所有項目,不論目前是否顯示。
public:
virtual property System::Windows::Forms::ToolStripItemCollection ^ Items { System::Windows::Forms::ToolStripItemCollection ^ get(); };
public override System.Windows.Forms.ToolStripItemCollection Items { get; }
member this.Items : System.Windows.Forms.ToolStripItemCollection
Public Overrides ReadOnly Property Items As ToolStripItemCollection
屬性值
包含所有項目的 ToolStripItemCollection。
備註
Items使用 屬性可取得 上 ToolStrip 的所有專案,包括未顯示的專案。 DisplayedItems使用 屬性,只取得目前顯示在 上的 ToolStrip 這些專案。