Gets or sets the current Control that this mouse is focused on
Each mouse has it's own Control focus. This utility allows interaction with normal widgets as well as SDG Widgets through the standard SDG events.
C# Eg., sdgManager1.Mice[0].Focus = (ISdgMouseWidget) label1;