SDG Toolkit

Mouse.TextBrush Property

Gets or sets the cursor caption brush. This is useful for changing the colour of the text

public System.Drawing.SolidBrush TextBrush {get; set;}

Remarks

To change the colour of the text or change the way text is drawn on the screen one may want to set the cursor caption brush.

Example

C# Eg., sdgManager1.Mice[0].TextBrush = new SolidBrush(Color.Blue);

See Also

Mouse Class | Sdgt Namespace