Deletes the specified attachment.

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

Syntax

C#
public void DeleteAttachment(
	int index
)
Visual Basic
Public Sub DeleteAttachment ( _
	index As Integer _
)
Visual C++
public:
void DeleteAttachment(
	int index
)

Parameters

index
Type: System..::..Int32
The index.

See Also