I created a component who is a graphical representation of a tube. I also created props to specify the anchors point (or control handle). I want to put two component like this on a form in design time and when draging (mostly stop draging) one component near the other a sub will calculate if two anchors are enough close, then the component will dock (move) at the right place.
So, I first look to access the properties of other components in the same form.
If you have any ideas, I'm open to suggestions.
**RESOLVED**
I have to use
UserControl.Extender.Parent.Controls
which is a collection of control
![]()


Reply With Quote