次の方法で共有


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

注釈

Items プロパティを使用して、表示されていないアイテムを含め、ToolStrip上のすべての項目を取得します。 DisplayedItems プロパティを使用して、ToolStripに現在表示されている項目のみを取得します。

適用対象