CategoryNameCollection Constructors

Definition

Initializes a new instance of the CategoryNameCollection class.

Overloads

CategoryNameCollection(CategoryNameCollection)

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

CategoryNameCollection(String[])

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

CategoryNameCollection(CategoryNameCollection)

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

public:
 CategoryNameCollection(System::Drawing::Design::CategoryNameCollection ^ value);
public CategoryNameCollection (System.Drawing.Design.CategoryNameCollection value);
new System.Drawing.Design.CategoryNameCollection : System.Drawing.Design.CategoryNameCollection -> System.Drawing.Design.CategoryNameCollection
Public Sub New (value As CategoryNameCollection)

Parameters

value
CategoryNameCollection

A CategoryNameCollection that contains the names to initialize the collection values to.

Applies to

CategoryNameCollection(String[])

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

public:
 CategoryNameCollection(cli::array <System::String ^> ^ value);
public CategoryNameCollection (string[] value);
new System.Drawing.Design.CategoryNameCollection : string[] -> System.Drawing.Design.CategoryNameCollection
Public Sub New (value As String())

Parameters

value
String[]

An array of strings that contains the names of the categories to initialize the collection values to.

Applies to