System.Drawing.Design.ToolboxItemCollection Members

The members of System.Drawing.Design.ToolboxItemCollection are listed below.

See Also: Inherited members from System.Collections.ReadOnlyCollectionBase

Public Constructors

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

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

Public Properties

[read-only]
default property
Item(int)ToolboxItem. Documentation for this section has not yet been entered.

Public Methods

Contains(ToolboxItem) : bool

Indicates whether the collection contains the specified System.Drawing.Design.ToolboxItem.

CopyTo(ToolboxItem[], int)

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

IndexOf(ToolboxItem) : int

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