Property CaretTimeoutMSec
CaretTimeoutMSec
Time, in milliseconds, for how long a caret should blink after a user interaction.
public static int CaretTimeoutMSec { get; }
Property Value
Remarks
After this timeout has expired, the caret should stay continuously visible until the user interacts with the caret again(for example by entering, deleting or cutting text). If this value is negative, carets should blink forever; if it is zero, carets should not blink at all.