GoDiagram Win Reference
AllowEdit Property (GoLayer)

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

GoLayer Class
GoLayer Members
CanEditObjects Method
AllowEdit Property

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback