Gets or sets the current SDG widget that this mouse is focused on
Each mouse has it's own focus. When a keyboard event occurs, the SDG manager recieves focus from the widget
C# Eg., sdgManager1.Mice[0].Focus = (ISdgMouseWidget) label1;
Mouse Class | Sdgt Namespace