PowerTCP Emulation for .NET
CursorColor Property




Gets or sets the color used for the text cursor.
Syntax
<DefaultValueAttribute()>
Public Property CursorColor As Color
Dim instance As Vt
Dim value As Color
 
instance.CursorColor = value
 
value = instance.CursorColor
[DefaultValue()]
public Color CursorColor {get; set;}
[DefaultValue()]
public: __property Color get_CursorColor();
public: __property void set_CursorColor( 
   Color value
);
[DefaultValue()]
public:
property Color CursorColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color value.
Remarks

Defaults to RGB (229, 229, 229), the default value of ForeColor. This property can be set to Color.Empty to perform a complete color inversion.

If set to Color.Transparent, the cursor will be invisible.

If BackColor is Color.Transparent, the color is the result of an XOR operation between the background image color and this property.

See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic