GoDiagram Web Reference
DataFormat Property

Gets or sets this document's data format name for the clipboard.
Syntax
'Declaration
 
<DescriptionAttribute("The data format name used for the clipboard.")>
Public Overridable Property DataFormat As String
[DescriptionAttribute("The data format name used for the clipboard.")]
public virtual string DataFormat {get; set;}

Property Value

Normally this String will be the fully qualified name of this document Type. This value must not be null.
Remarks
The default value for this property ensures that the user will not be able to copy the selection from one kind of document and paste it into another kind of document, but that they can do so when the document classes are the same. If you want to be able to copy and paste between views where the documents are of different classes, you will have to assign the same values for this property for both documents.
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

GoDocument Class
GoDocument Members
CopyToClipboard Method
PasteFromClipboard Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback