Gets or sets the visible property of the Mouse. This is useful if you just want Mouse Events but you don't want to draw the Mouse on the screen
If a user adds mutliple sdgManagers to a form they may not want multiple cursors for each sdgManager. This utility provides the means to prevent the drawing of another cursor on the screen.
C# Eg., sdgManager1.Mice[0].Visible = false;