Gets or sets the cursor caption brush. This is useful for changing the colour of the text
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.
C# Eg., sdgManager1.Mice[0].TextBrush = new SolidBrush(Color.Blue);