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

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

Syntax

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

Parameters

index
Type: System..::.Int32

Field Value

See Also