Gets or sets the Control class to which all mouse events will be relative to
This function makes all cursor coordinates relative to a particular part of the screen. This function allows a user to make their coordinates relative to a particular control.
C# Eg., sdgManager1.RelativeTo = this;