SDG Toolkit

Mouse.Visible Property

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

public bool Visible {get; set;}

Remarks

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.

Example

C# Eg., sdgManager1.Mice[0].Visible = false;

See Also

Mouse Class | Sdgt Namespace