Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CategoryNameCollection::Item Property (Int32)

 

Gets the category name at the specified index.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property String^ default[
	int index
] {
	String^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the collection element to access.

Property Value

Type: System::String^

The category name at the specified index.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft