ASP.NET Pack Programmer's Guide
DiagramView.EnableClipboard Property
See Also
 





Enables copy, paste and cut operations in ImageMap client mode.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public bool EnableClipboard { get; set; }

Visual Basic  Copy Code

Public Property EnableClipboard As Boolean

 Property Value

true to enable clipboard support, otherwise false. The default value is false.

 Remarks

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.

 See Also

DiagramView Members
DiagramView Class
MindFusion.Diagramming.WebForms Namespace
ClientFocus Property