GoDiagram Web Reference
PasteFromClipboard Method

Copy the GoObjects in the clipboard into this view's document.
Syntax
'Declaration
 
Public Overridable Function PasteFromClipboard() As GoCopyDictionary
public virtual GoCopyDictionary PasteFromClipboard()

Return Value

The GoCopyDictionary representing the results of the copy.
Remarks
The clipboard is stored in a Session variable, under the key "Northwoods.GoWeb.Clipboard". The value will be a GoDocument; we just call GoDocument.CopyFromCollection to copy the objects from the clipboard document into this document.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback