SDG Toolkit

Mouse.TextLocation Property

Gets or sets the starting location of the text caption for this cursor.

public System.Drawing.Point TextLocation {get; set;}

Remarks

This command allows the programmer to change the starting location of the text caption.

Example

C# Eg., sdgManager1.Mice[0].TextLocation = new Point(30,30);

See Also

Mouse Class | Sdgt Namespace