Relink Problem

I created a customized link from GoLabeledLink.

I setted the Relinkable property of that link be false.

That link was dislayed in screen a handle for relinking.

If I attemp to relink, some data of this link will lose.

How invisible I the handle or How handle I the even?

Setting GoLabeledLink.Relinkable to false should change the appearance of the handles to be hollow squares instead of colored diamonds, and should make those handles not “draggable”.
Perhaps you have overridden the AddSelectionHandles method of the GoLabeledLink.RealLink? (That would be a GoLink.)
You can look in the samples for overrides of AddSelectionHandles to see examples of how to customize the handles that are created.

Hi Walter,



Thank you very much