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 ActionButtonBehavior { get; set; }
Visual Basic
Public Property ActionButtonBehavior As AttachmentItemBehavior
	Get
	Set
Visual C++
public:
property AttachmentItemBehavior ActionButtonBehavior {
	AttachmentItemBehavior get ();
	void set (AttachmentItemBehavior value);
}

See Also