System.Drawing.Design.CategoryNameCollection Members

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

See Also: Inherited members from System.Collections.ReadOnlyCollectionBase

Public Constructors

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

Initializes a new instance of the System.Drawing.Design.CategoryNameCollection class using the specified array of names.

Public Properties

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

Public Methods

Contains(string) : bool

Indicates whether the specified category is contained in the collection.

CopyTo(string[], int)

Copies the collection elements to the specified array at the specified index.

IndexOf(string) : int

Gets the index of the specified value.