GoDiagram Web Reference
EditCopy Method

Copy the Selection to the clipboard.
Syntax
'Declaration
 
Public Overridable Sub EditCopy() 
public virtual void EditCopy()
Remarks

This method does nothing if CanCopyObjects is false. After calling CopyToClipboard, this calls RaiseClipboardCopied. All the actions occur within a transaction.

All of the objects in the selection will be copied by serializing them. If any of the objects, or any of the objects that they refer to, are not serializable, there will be a serialization exception, and the clipboard might not a copy of the selection. CopyToClipboard will log any exceptions to any trace listeners. The User Guide discusses serialization and deserialization in more detail.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members
CanEditCopy Method
DisableKeys Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback