Is there a way for a User Control to return to the parent Form it's current X and Y?
I know I can get it by just using the UCname.Left and UCname.Top however because of certain features I'm implementing on the parent Form I cannot get the correct X and Y so I need a way to get the UC's actual position but I do not see any properties that will allow me to obtain this.
I know I can get it by just using the UCname.Left and UCname.Top however because of certain features I'm implementing on the parent Form I cannot get the correct X and Y so I need a way to get the UC's actual position but I do not see any properties that will allow me to obtain this.