Specify the default behavior when user click the remove button on an attachment item

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

Syntax

C#
public AttachmentItemBehavior RemoveButtonBehavior { get; set; }
Visual Basic
Public Property RemoveButtonBehavior As AttachmentItemBehavior
	Get
	Set
Visual C++
public:
property AttachmentItemBehavior RemoveButtonBehavior {
	AttachmentItemBehavior get ();
	void set (AttachmentItemBehavior value);
}

See Also