ToolStripOverflow.Items 屬性

定義

取得 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

包含所有項目的 ToolStripItemCollection

備註

Items使用 屬性可取得 上 ToolStrip 的所有專案,包括未顯示的專案。 DisplayedItems使用 屬性,只取得目前顯示在 上的 ToolStrip 這些專案。

適用於