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