ToolStripItemCollection Class
Represents a collection of ToolStripItem objects.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
'Declaration <ListBindableAttribute(False)> _ <UIPermissionAttribute(SecurityAction.InheritanceDemand, Window := UIPermissionWindow.AllWindows)> _ Public Class ToolStripItemCollection _ Inherits ArrangedElementCollection _ Implements IList, ICollection, IEnumerable 'Usage Dim instance As ToolStripItemCollection
The Add, Remove, and RemoveAt methods enable you to add and remove individual controls from the collection. You can also use the AddRange or Clear methods to add or remove all the controls from the collection.
You can determine whether a ToolStripItem is a member of the collection by passing the control into the Contains method. To get the index value of the location of a ToolStripItem in the collection, pass the control into the IndexOf method. The collection can be copied into an array by calling the CopyTo method.
System.Windows.Forms.Layout.ArrangedElementCollection
System.Windows.Forms.ToolStripItemCollection
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.