ToolStripOverflow.DisplayedItems プロパティ

定義

ToolStripに現在表示されているすべての項目を取得します。

protected public:
 virtual property System::Windows::Forms::ToolStripItemCollection ^ DisplayedItems { System::Windows::Forms::ToolStripItemCollection ^ get(); };
protected internal override System.Windows.Forms.ToolStripItemCollection DisplayedItems { get; }
member this.DisplayedItems : System.Windows.Forms.ToolStripItemCollection
Protected Friend Overrides ReadOnly Property DisplayedItems As ToolStripItemCollection

プロパティ値

このToolStripItemCollectionのすべての項目を含むToolStrip

注釈

DisplayedItems プロパティを使用して、ユーザーが追加しなかった項目 (ToolStripなど) を含め、現在表示されているToolStripOverflowButtonをすべて取得します。 Items プロパティを使用して、表示されていないアイテムを含め、ToolStrip上のすべての項目を取得します。

適用対象