SetIgnoreCaret method
Use this method to set whether or not Eyes eliminates mismatches due to blinking cursor artifacts.
Syntax
IConfiguration configval = config.SetIgnoreCaret(value);
Parameters
- value
- Type:bool
- If set to true, then Eyes does extra processing to eliminate artifacts introduced by blinking cursors.
Return value
- Type: IConfiguration
-
The value returned is the object that called the method.
This allows you to use a fluent style to call the
setXXXX
methods of the Configuration class.