GoDiagram Web Reference
AllowLink Property (GoLayer)

Gets or sets whether the user can link objects in this layer.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether the user can link ports in this layer.")>
<DefaultValueAttribute()>
Public Property AllowLink As Boolean
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Whether the user can link ports in this layer.")]
[DefaultValueAttribute()]
public bool AllowLink {get; set;}
Remarks
A false value prevents the user from linking objects in this layer by the normal mechanisms. Even when this property value is true, some objects might not be linkable by the user because the document or the ports disallow it, or because the view disallows it. Your code can always link objects programmatically by calling Document.LinksLayers.Add(newLink), where newLink is a newly created instance of a class like GoLink or GoLabeledLink whose IGoLink.FromPort and IGoLink.ToPort properties have been set to ports in the same 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

GoLayer Class
GoLayer Members
CanLinkObjects Method
AllowLink Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback