Edit

ToolboxItemCollection Class

Definition

Represents a collection of toolbox items.

public ref class ToolboxItemCollection sealed : System::Collections::ReadOnlyCollectionBase
public sealed class ToolboxItemCollection : System.Collections.ReadOnlyCollectionBase
type ToolboxItemCollection = class
    inherit ReadOnlyCollectionBase
Public NotInheritable Class ToolboxItemCollection
Inherits ReadOnlyCollectionBase
Inheritance
ToolboxItemCollection

Constructors

Name Description
ToolboxItemCollection(ToolboxItem[])

Initializes a new instance of the ToolboxItemCollection class using the specified array of toolbox items.

ToolboxItemCollection(ToolboxItemCollection)

Initializes a new instance of the ToolboxItemCollection class using the specified collection.

Properties

Name Description
Item[Int32]

Gets the ToolboxItem at the specified index.

Methods

Name Description
Contains(ToolboxItem)

Indicates whether the collection contains the specified ToolboxItem.

CopyTo(ToolboxItem[], Int32)

Copies the collection to the specified array beginning with the specified destination index.

IndexOf(ToolboxItem)

Gets the index of the specified ToolboxItem, if it exists in the collection.

Applies to