Retrieves the element at the specified index

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

Parameters

index
Type: System..::..Int32

See Also