Gets the [!:CuteWebUI.AttachmentItem] at the specified index.

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

Syntax

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

Parameters

index
Type: System..::..Int32

Field Value

See Also