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: