GoDiagram Web Reference
AllowCopy Property (GoView)

Gets or sets whether the user can copy objects in this view.
Syntax
'Declaration
 
<DescriptionAttribute("Whether the user can copy selected objects.")>
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
Public Property AllowCopy As Boolean
[DescriptionAttribute("Whether the user can copy selected objects.")]
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
public bool AllowCopy {get; set;}
Remarks
A false value prevents the user from copying objects in this view by the normal mechanisms. Even when this property value is true, some objects might not be copyable by the user because the document or the object disallows it. Your code can always copy objects programmatically by calling GoDocument.CopyFromCollection.
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
CanCopyObjects Method
AllowCopy Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback