Gets the category item at the specified index

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner (in Greatis.FormDesigner.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ToolboxCategoryItem
C#
public ToolboxCategoryItem this[
	int index
] { get; }
Visual C++
public:
property ToolboxCategoryItem^ default[int index] {
	ToolboxCategoryItem^ get (int index);
}
JavaScript
function get_item(index);

Parameters

index
Type: System..::.Int32
Index of category item

Return Value

See Also