Enables copy, paste and cut operations in ImageMap client mode.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public bool EnableClipboard { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableClipboard As Boolean |
true to enable clipboard support, otherwise false. The default value is false.
Clipboard operations are implemented by the InteractivityExtender class. A single diagram item or a selection of items can be copied, cut or pasted using the CTRL+C, CTRL+X and CTRL+V shortcuts. The item copies are saved as a part of the control's view state, and can be pasted even after a postback.