IgnoreCaret property
Use this property to set and retrieve whether or not Eyes eliminates mismatches due to blinking cursor artifacts.
Syntax
bool configval; // give relevant initial value
config.IgnoreCaret = configval;
configval = config.IgnoreCaret
Type:bool
Remarks
We recommend using
HideCaret or SetHideCaret
since this eliminates cursor related artifacts instead of detecting and ignoring them.