[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Description("The GoLink object in this group.")] public virtual GoLink RealLink {get; set;}
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Description("The GoLink object in this group.")] public virtual GoLink RealLink {get; set;}
GoLabeledLink
delegates more of the IGoLink interface to the value of this property. The real link also gets the selection handles when this labeled link is selected. Setting this property removes any previous RealLink
value, and then adds the new value to this group.