GoDiagram Win Reference
AbstractLink Property

Get the object acting as the IGoLink.
Syntax
'Declaration
 
<DescriptionAttribute("The object acting as the IGoLink.")>
Public Overridable Property AbstractLink As IGoLink
[DescriptionAttribute("The object acting as the IGoLink.")]
public virtual IGoLink AbstractLink {get; set;}

Property Value

Initially this value will be this GoLink itself. Any new value must not be null.
Remarks
This property allows a GoLink to be used in the implementation of an IGoLink without being the IGoLink. This is important to avoid confusion in classes such as GoLabeledLink. When the link is copied or removed, it is actually the abstract link that is copied or removed, not just this GoLink object.
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

GoLink Class
GoLink Members
RealLink Property

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback