ToolboxItemCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |