Dart.Emulation Namespace > Vt Class : CursorColor Property |
<DefaultValueAttribute()> Public Property CursorColor As Color
[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); }
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.