ToolStrip::DisplayedItems Property
.NET Framework (current version)
Gets the subset of items that are currently displayed on the ToolStrip, including items that are automatically added into the ToolStrip.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: property ToolStripItemCollection^ DisplayedItems { virtual ToolStripItemCollection^ get(); }
Property Value
Type: System.Windows.Forms::ToolStripItemCollection^A ToolStripItemCollection representing the items that are currently displayed on the ToolStrip.
.NET Framework
Available since 2.0
Available since 2.0
Show: